@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRegistryRequest extends SchemasRequest implements ToCopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>
Updates the registry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRegistryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRegistryRequest.Builder |
builder() |
String |
description()
The description of the registry to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryName()
The name of the registry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRegistryRequest.Builder> |
serializableBuilderClass() |
UpdateRegistryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the registry to update.
public final String registryName()
The name of the registry.
public UpdateRegistryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRegistryRequest.Builder,UpdateRegistryRequest>toBuilder in class SchemasRequestpublic static UpdateRegistryRequest.Builder builder()
public static Class<? extends UpdateRegistryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.