@Generated(value="software.amazon.awssdk:codegen") public final class CreatePullThroughCacheRuleResponse extends EcrResponse implements ToCopyableBuilder<CreatePullThroughCacheRuleResponse.Builder,CreatePullThroughCacheRuleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePullThroughCacheRuleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePullThroughCacheRuleResponse.Builder |
builder() |
Instant |
createdAt()
The date and time, in JavaScript date format, when the pull through cache rule was created.
|
String |
ecrRepositoryPrefix()
The Amazon ECR repository prefix associated with the pull through cache rule.
|
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 CreatePullThroughCacheRuleResponse.Builder> |
serializableBuilderClass() |
CreatePullThroughCacheRuleResponse.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 pull through cache rule.
public final String upstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
public final Instant createdAt()
The date and time, in JavaScript date format, when the pull through cache rule was created.
public final String registryId()
The registry ID associated with the request.
public CreatePullThroughCacheRuleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePullThroughCacheRuleResponse.Builder,CreatePullThroughCacheRuleResponse>toBuilder in class AwsResponsepublic static CreatePullThroughCacheRuleResponse.Builder builder()
public static Class<? extends CreatePullThroughCacheRuleResponse.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.