@Generated(value="software.amazon.awssdk:codegen") public final class ListContributorInsightsRequest extends DynamoDbRequest implements ToCopyableBuilder<ListContributorInsightsRequest.Builder,ListContributorInsightsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListContributorInsightsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListContributorInsightsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of results to return per page.
|
String |
nextToken()
A token to for the desired page, if there is one.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListContributorInsightsRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
ListContributorInsightsRequest.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.
public final String nextToken()
A token to for the desired page, if there is one.
public final Integer maxResults()
Maximum number of results to return per page.
public ListContributorInsightsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListContributorInsightsRequest.Builder,ListContributorInsightsRequest>
toBuilder
in class DynamoDbRequest
public static ListContributorInsightsRequest.Builder builder()
public static Class<? extends ListContributorInsightsRequest.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.