@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConnectorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConnectorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of items that should be returned in the result set.
|
String |
getNextToken()
The pagination token for the next page of data.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
void |
setNextToken(String nextToken)
The pagination token for the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
ListConnectorsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
ListConnectorsRequest |
withNextToken(String nextToken)
The pagination token for the next page of data.
|
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 setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).
maxResults
- Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).public Integer getMaxResults()
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).
maxResults
is 20 (for all paginated API operations).public ListConnectorsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).
maxResults
- Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).public void setNextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.public String getNextToken()
The pagination token for the next page of data.
public ListConnectorsRequest withNextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.public String toString()
toString
in class Object
Object.toString()
public ListConnectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()