@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 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 DynamoDbRequestpublic static DescribeContributorInsightsRequest.Builder builder()
public static Class<? extends DescribeContributorInsightsRequest.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.