@Generated(value="software.amazon.awssdk:codegen") public final class DeletePullThroughCacheRuleResponse extends EcrResponse implements ToCopyableBuilder<DeletePullThroughCacheRuleResponse.Builder,DeletePullThroughCacheRuleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeletePullThroughCacheRuleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeletePullThroughCacheRuleResponse.Builder |
builder() |
Instant |
createdAt()
The timestamp associated with the pull through cache rule.
|
String |
ecrRepositoryPrefix()
The Amazon ECR repository prefix associated with the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryId()
The registry ID associated with the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeletePullThroughCacheRuleResponse.Builder> |
serializableBuilderClass() |
DeletePullThroughCacheRuleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
upstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ecrRepositoryPrefix()
The Amazon ECR repository prefix associated with the request.
public final String upstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
public final Instant createdAt()
The timestamp associated with the pull through cache rule.
public final String registryId()
The registry ID associated with the request.
public DeletePullThroughCacheRuleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeletePullThroughCacheRuleResponse.Builder,DeletePullThroughCacheRuleResponse>toBuilder in class AwsResponsepublic static DeletePullThroughCacheRuleResponse.Builder builder()
public static Class<? extends DeletePullThroughCacheRuleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.