@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()
The maximum number of objects that you want Connector for SCEP to return for this request.
|
String |
getNextToken()
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want Connector for SCEP to return for this request.
|
void |
setNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListConnectorsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want Connector for SCEP to return for this request.
|
ListConnectorsRequest |
withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
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)
The maximum number of objects that you want Connector for SCEP to return for this request. If more objects are
available, in the response, Connector for SCEP provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Connector for SCEP to return for this request. If more objects
are available, in the response, Connector for SCEP provides a NextToken
value that you can
use in a subsequent call to get the next batch of objects.public Integer getMaxResults()
The maximum number of objects that you want Connector for SCEP to return for this request. If more objects are
available, in the response, Connector for SCEP provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
NextToken
value that
you can use in a subsequent call to get the next batch of objects.public ListConnectorsRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want Connector for SCEP to return for this request. If more objects are
available, in the response, Connector for SCEP provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Connector for SCEP to return for this request. If more objects
are available, in the response, Connector for SCEP provides a NextToken
value that you can
use in a subsequent call to get the next batch of objects.public void setNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String getNextToken()
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public ListConnectorsRequest withNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String toString()
toString
in class Object
Object.toString()
public ListConnectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()