@Generated(value="software.amazon.awssdk:codegen") public final class DescribeContributorInsightsRequest extends DynamoDbRequest implements ToCopyableBuilder<DescribeContributorInsightsRequest.Builder,DescribeContributorInsightsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeContributorInsightsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeContributorInsightsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The name of the global secondary index to describe, if applicable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeContributorInsightsRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table to describe.
|
DescribeContributorInsightsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String tableName()
The name of the table to describe.
public final String indexName()
The name of the global secondary index to describe, if applicable.
public DescribeContributorInsightsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeContributorInsightsRequest.Builder,DescribeContributorInsightsRequest>
toBuilder
in class DynamoDbRequest
public static DescribeContributorInsightsRequest.Builder builder()
public static Class<? extends DescribeContributorInsightsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.