@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public void setTableName(String tableName)
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.public String getTableName()
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
public UpdateContributorInsightsRequest withTableName(String tableName)
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.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.ContributorInsightsAction
public String getContributorInsightsAction()
Represents the contributor insights action.
ContributorInsightsAction
public UpdateContributorInsightsRequest withContributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction
- Represents the contributor insights action.ContributorInsightsAction
public UpdateContributorInsightsRequest withContributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction
- Represents the contributor insights action.ContributorInsightsAction
public String toString()
toString
in class Object
Object.toString()
public UpdateContributorInsightsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()