Class UpdateGlobalTableResponse
- java.lang.Object
- 
- software.amazon.awssdk.core.SdkResponse
- 
- software.amazon.awssdk.awscore.AwsResponse
- 
- software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
- 
- software.amazon.awssdk.services.dynamodb.model.UpdateGlobalTableResponse
 
 
 
 
- 
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<UpdateGlobalTableResponse.Builder,UpdateGlobalTableResponse>
 
 @Generated("software.amazon.awssdk:codegen") public final class UpdateGlobalTableResponse extends DynamoDbResponse implements ToCopyableBuilder<UpdateGlobalTableResponse.Builder,UpdateGlobalTableResponse> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceUpdateGlobalTableResponse.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateGlobalTableResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GlobalTableDescriptionglobalTableDescription()Contains the details of the global table.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateGlobalTableResponse.Builder>serializableBuilderClass()UpdateGlobalTableResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.- 
Methods inherited from class software.amazon.awssdk.services.dynamodb.model.DynamoDbResponseresponseMetadata
 - 
Methods inherited from class software.amazon.awssdk.core.SdkResponsesdkHttpResponse
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
globalTableDescriptionpublic final GlobalTableDescription globalTableDescription() Contains the details of the global table. - Returns:
- Contains the details of the global table.
 
 - 
toBuilderpublic UpdateGlobalTableResponse.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<UpdateGlobalTableResponse.Builder,UpdateGlobalTableResponse>
- Specified by:
- toBuilderin class- AwsResponse
 
 - 
builderpublic static UpdateGlobalTableResponse.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends UpdateGlobalTableResponse.Builder> serializableBuilderClass() 
 - 
hashCodepublic final int hashCode() - Overrides:
- hashCodein class- AwsResponse
 
 - 
equalspublic final boolean equals(Object obj) - Overrides:
- equalsin class- AwsResponse
 
 - 
equalsBySdkFieldspublic final boolean equalsBySdkFields(Object obj) - Specified by:
- equalsBySdkFieldsin interface- SdkPojo
 
 - 
toStringpublic final String 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.
 - 
getValueForFieldpublic final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) - Overrides:
- getValueForFieldin class- SdkResponse
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-