@Generated(value="software.amazon.awssdk:codegen") public final class UpdateContributorInsightsRequest extends DynamoDbRequest implements ToCopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateContributorInsightsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateContributorInsightsRequest.Builder |
builder() |
ContributorInsightsAction |
contributorInsightsAction()
Represents the contributor insights action.
|
String |
contributorInsightsActionAsString()
Represents the contributor insights action.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The global secondary index name, if applicable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateContributorInsightsRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
UpdateContributorInsightsRequest.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.
public String indexName()
The global secondary index name, if applicable.
public ContributorInsightsAction contributorInsightsAction()
Represents the contributor insights action.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsAction will return ContributorInsightsAction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contributorInsightsActionAsString().
ContributorInsightsActionpublic String contributorInsightsActionAsString()
Represents the contributor insights action.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsAction will return ContributorInsightsAction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contributorInsightsActionAsString().
ContributorInsightsActionpublic UpdateContributorInsightsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>toBuilder in class DynamoDbRequestpublic static UpdateContributorInsightsRequest.Builder builder()
public static Class<? extends UpdateContributorInsightsRequest.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.