@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContributorInsightsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListContributorInsightsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListContributorInsightsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to return per page.
|
String |
getNextToken()
A token to for the desired page, if there is one.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
A token to for the desired page, if there is one.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
ListContributorInsightsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return per page.
|
ListContributorInsightsRequest |
withNextToken(String nextToken)
A token to for the desired page, if there is one.
|
ListContributorInsightsRequest |
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 ListContributorInsightsRequest withTableName(String tableName)
The name of the table.
tableName - The name of the table.public void setNextToken(String nextToken)
A token to for the desired page, if there is one.
nextToken - A token to for the desired page, if there is one.public String getNextToken()
A token to for the desired page, if there is one.
public ListContributorInsightsRequest withNextToken(String nextToken)
A token to for the desired page, if there is one.
nextToken - A token to for the desired page, if there is one.public void setMaxResults(Integer maxResults)
Maximum number of results to return per page.
maxResults - Maximum number of results to return per page.public Integer getMaxResults()
Maximum number of results to return per page.
public ListContributorInsightsRequest withMaxResults(Integer maxResults)
Maximum number of results to return per page.
maxResults - Maximum number of results to return per page.public String toString()
toString in class ObjectObject.toString()public ListContributorInsightsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.