@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
Integer |
getMaxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
String |
getNextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
int |
hashCode() |
void |
setConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
void |
setMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
void |
setNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplatesRequest |
withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
ListTemplatesRequest |
withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
ListTemplatesRequest |
withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
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 setConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
connectorArn - The Amazon Resource Name (ARN) that was returned when you called CreateConnector.public String getConnectorArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
public ListTemplatesRequest withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
connectorArn - The Amazon Resource Name (ARN) that was returned when you called CreateConnector.public void setMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
maxResults - Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. If additional items exist beyond the number you specify, the NextToken
element is sent in the response. Use this NextToken value in a subsequent request to retrieve
additional items.public Integer getMaxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
NextToken element is sent in the response. Use this NextToken value in a
subsequent request to retrieve additional items.public ListTemplatesRequest withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
maxResults - Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. If additional items exist beyond the number you specify, the NextToken
element is sent in the response. Use this NextToken value in a subsequent request to retrieve
additional items.public void setNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.public String getNextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
NextToken parameter from the response you just
received.public ListTemplatesRequest withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.public String toString()
toString in class ObjectObject.toString()public ListTemplatesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()