Class UpdateContributorInsightsResponse
- 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.UpdateContributorInsightsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateContributorInsightsResponse extends DynamoDbResponse implements ToCopyableBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateContributorInsightsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateContributorInsightsResponse.Builderbuilder()ContributorInsightsStatuscontributorInsightsStatus()The status of contributor insightsStringcontributorInsightsStatusAsString()The status of contributor insightsbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringindexName()The name of the global secondary index, if applicable.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateContributorInsightsResponse.Builder>serializableBuilderClass()StringtableName()The name of the table.UpdateContributorInsightsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tableName
public final String tableName()
The name of the table.
- Returns:
- The name of the table.
-
indexName
public final String indexName()
The name of the global secondary index, if applicable.
- Returns:
- The name of the global secondary index, if applicable.
-
contributorInsightsStatus
public final ContributorInsightsStatus contributorInsightsStatus()
The status of contributor insights
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsStatuswill returnContributorInsightsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontributorInsightsStatusAsString().- Returns:
- The status of contributor insights
- See Also:
ContributorInsightsStatus
-
contributorInsightsStatusAsString
public final String contributorInsightsStatusAsString()
The status of contributor insights
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsStatuswill returnContributorInsightsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontributorInsightsStatusAsString().- Returns:
- The status of contributor insights
- See Also:
ContributorInsightsStatus
-
toBuilder
public UpdateContributorInsightsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateContributorInsightsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateContributorInsightsResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-