@Generated(value="software.amazon.awssdk:codegen") public final class GetLifecyclePolicyResponse extends EcrResponse implements ToCopyableBuilder<GetLifecyclePolicyResponse.Builder,GetLifecyclePolicyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLifecyclePolicyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLifecyclePolicyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastEvaluatedAt()
The time stamp of the last time that the lifecycle policy was run.
|
String |
lifecyclePolicyText()
The JSON lifecycle policy text.
|
String |
registryId()
The registry ID associated with the request.
|
String |
repositoryName()
The repository name associated with the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLifecyclePolicyResponse.Builder> |
serializableBuilderClass() |
GetLifecyclePolicyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryId()
The registry ID associated with the request.
public final String repositoryName()
The repository name associated with the request.
public final String lifecyclePolicyText()
The JSON lifecycle policy text.
public final Instant lastEvaluatedAt()
The time stamp of the last time that the lifecycle policy was run.
public GetLifecyclePolicyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLifecyclePolicyResponse.Builder,GetLifecyclePolicyResponse>toBuilder in class AwsResponsepublic static GetLifecyclePolicyResponse.Builder builder()
public static Class<? extends GetLifecyclePolicyResponse.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 © 2021. All rights reserved.