@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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tableName()
The name of the table to describe.
public 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 DynamoDbRequestpublic static DescribeContributorInsightsRequest.Builder builder()
public static Class<? extends DescribeContributorInsightsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.