@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
ContributorInsightsAction
public 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()
.
ContributorInsightsAction
public UpdateContributorInsightsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>
toBuilder
in class DynamoDbRequest
public static UpdateContributorInsightsRequest.Builder builder()
public static Class<? extends UpdateContributorInsightsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.