@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSinksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSinksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSinksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Limits the number of returned links to the specified number.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
ListSinksRequest |
withMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListSinksRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
maxResults - Limits the number of returned links to the specified number.public Integer getMaxResults()
Limits the number of returned links to the specified number.
public ListSinksRequest withMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
maxResults - Limits the number of returned links to the specified number.public void setNextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
nextToken - The token for the next set of items to return. You received this token from a previous call.public String getNextToken()
The token for the next set of items to return. You received this token from a previous call.
public ListSinksRequest withNextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
nextToken - The token for the next set of items to return. You received this token from a previous call.public String toString()
toString in class ObjectObject.toString()public ListSinksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()