Class RegistryRecordSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegistryRecordSummary.Builder,RegistryRecordSummary>
Summary information about a registry record.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantThe date and time when the registry record was created.final StringA description of the registry record.final DescriptorsThe descriptor configurations for this registry record.final DescriptorTypeThe type of descriptor associated with this registry record.final StringThe type of descriptor associated with this registry record.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the registry record.final StringThe Amazon Resource Name (ARN) of the registry record.final StringrecordId()The unique identifier of the registry record.final StringThe Amazon Resource Name (ARN) of the registry that this record belongs to.static Class<? extends RegistryRecordSummary.Builder>final RegistryRecordStatusstatus()The current status of the registry record.final StringThe current status of the registry record.final StringtoString()Returns a string representation of this object.final InstantThe date and time when the registry record was last updated.final Stringversion()The version of the registry record.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
registryArn
The Amazon Resource Name (ARN) of the registry that this record belongs to.
- Returns:
- The Amazon Resource Name (ARN) of the registry that this record belongs to.
-
recordArn
The Amazon Resource Name (ARN) of the registry record.
- Returns:
- The Amazon Resource Name (ARN) of the registry record.
-
recordId
The unique identifier of the registry record.
- Returns:
- The unique identifier of the registry record.
-
name
The name of the registry record.
- Returns:
- The name of the registry record.
-
description
A description of the registry record.
- Returns:
- A description of the registry record.
-
descriptorType
The type of descriptor associated with this registry record.
If the service returns an enum value that is not available in the current SDK version,
descriptorTypewill returnDescriptorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdescriptorTypeAsString().- Returns:
- The type of descriptor associated with this registry record.
- See Also:
-
descriptorTypeAsString
The type of descriptor associated with this registry record.
If the service returns an enum value that is not available in the current SDK version,
descriptorTypewill returnDescriptorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdescriptorTypeAsString().- Returns:
- The type of descriptor associated with this registry record.
- See Also:
-
descriptors
The descriptor configurations for this registry record.
- Returns:
- The descriptor configurations for this registry record.
-
version
The version of the registry record.
- Returns:
- The version of the registry record.
-
status
The current status of the registry record.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRegistryRecordStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the registry record.
- See Also:
-
statusAsString
The current status of the registry record.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRegistryRecordStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the registry record.
- See Also:
-
createdAt
The date and time when the registry record was created.
- Returns:
- The date and time when the registry record was created.
-
updatedAt
The date and time when the registry record was last updated.
- Returns:
- The date and time when the registry record was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegistryRecordSummary.Builder,RegistryRecordSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-