@Generated(value="software.amazon.awssdk:codegen") public final class RegistryListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegistryListItem.Builder,RegistryListItem>
A structure containing the details for a registry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegistryListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegistryListItem.Builder |
builder() |
String |
createdTime()
The data the registry was created.
|
String |
description()
A description of the registry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryArn()
The Amazon Resource Name (ARN) of the registry.
|
String |
registryName()
The name of the registry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegistryListItem.Builder> |
serializableBuilderClass() |
RegistryStatus |
status()
The status of the registry.
|
String |
statusAsString()
The status of the registry.
|
RegistryListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedTime()
The date the registry was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryName()
The name of the registry.
public final String registryArn()
The Amazon Resource Name (ARN) of the registry.
public final String description()
A description of the registry.
public final RegistryStatus status()
The status of the registry.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistryStatuspublic final String statusAsString()
The status of the registry.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistryStatuspublic final String createdTime()
The data the registry was created.
public final String updatedTime()
The date the registry was updated.
public RegistryListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegistryListItem.Builder,RegistryListItem>public static RegistryListItem.Builder builder()
public static Class<? extends RegistryListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.