@Generated(value="software.amazon.awssdk:codegen") public final class RegistryId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegistryId.Builder,RegistryId>
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegistryId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegistryId.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryArn()
Arn of the registry to be updated.
|
String |
registryName()
Name of the registry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegistryId.Builder> |
serializableBuilderClass() |
RegistryId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryName()
Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to
be provided.
RegistryArn or RegistryName
has to be provided.public final String registryArn()
Arn of the registry to be updated. One of RegistryArn or RegistryName has to be
provided.
RegistryArn or RegistryName has to be
provided.public RegistryId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegistryId.Builder,RegistryId>public static RegistryId.Builder builder()
public static Class<? extends RegistryId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.