@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContributorInsightsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateContributorInsightsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateContributorInsightsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getContributorInsightsAction()
Represents the contributor insights action.
|
String |
getIndexName()
The global secondary index name, if applicable.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
setContributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
|
void |
setIndexName(String indexName)
The global secondary index name, if applicable.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
UpdateContributorInsightsRequest |
withContributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
|
UpdateContributorInsightsRequest |
withContributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
|
UpdateContributorInsightsRequest |
withIndexName(String indexName)
The global secondary index name, if applicable.
|
UpdateContributorInsightsRequest |
withTableName(String tableName)
The name of the table.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTableName(String tableName)
The name of the table.
tableName - The name of the table.public String getTableName()
The name of the table.
public UpdateContributorInsightsRequest withTableName(String tableName)
The name of the table.
tableName - The name of the table.public void setIndexName(String indexName)
The global secondary index name, if applicable.
indexName - The global secondary index name, if applicable.public String getIndexName()
The global secondary index name, if applicable.
public UpdateContributorInsightsRequest withIndexName(String indexName)
The global secondary index name, if applicable.
indexName - The global secondary index name, if applicable.public void setContributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction - Represents the contributor insights action.ContributorInsightsActionpublic String getContributorInsightsAction()
Represents the contributor insights action.
ContributorInsightsActionpublic UpdateContributorInsightsRequest withContributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction - Represents the contributor insights action.ContributorInsightsActionpublic UpdateContributorInsightsRequest withContributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction - Represents the contributor insights action.ContributorInsightsActionpublic String toString()
toString in class ObjectObject.toString()public UpdateContributorInsightsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.