@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 final String tableName()
The name of the table.
public final String indexName()
The global secondary index name, if applicable.
public final 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 final 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 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 © 2021. All rights reserved.