public class DescribeDestinationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDestinationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDestinationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDestinationNamePrefix()
Will only return destinations that match the provided
destinationNamePrefix.
|
Integer |
getLimit() |
String |
getNextToken() |
int |
hashCode() |
void |
setDestinationNamePrefix(String destinationNamePrefix)
Will only return destinations that match the provided
destinationNamePrefix.
|
void |
setLimit(Integer limit) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDestinationsRequest |
withDestinationNamePrefix(String destinationNamePrefix)
Will only return destinations that match the provided
destinationNamePrefix.
|
DescribeDestinationsRequest |
withLimit(Integer limit) |
DescribeDestinationsRequest |
withNextToken(String nextToken) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDestinationNamePrefix(String destinationNamePrefix)
Will only return destinations that match the provided destinationNamePrefix. If you don't specify a value, no prefix is applied.
destinationNamePrefix
- Will only return destinations that match the provided
destinationNamePrefix. If you don't specify a value, no prefix is
applied.public String getDestinationNamePrefix()
Will only return destinations that match the provided destinationNamePrefix. If you don't specify a value, no prefix is applied.
public DescribeDestinationsRequest withDestinationNamePrefix(String destinationNamePrefix)
Will only return destinations that match the provided destinationNamePrefix. If you don't specify a value, no prefix is applied.
destinationNamePrefix
- Will only return destinations that match the provided
destinationNamePrefix. If you don't specify a value, no prefix is
applied.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeDestinationsRequest withNextToken(String nextToken)
nextToken
- public void setLimit(Integer limit)
limit
- public Integer getLimit()
public DescribeDestinationsRequest withLimit(Integer limit)
limit
- public String toString()
toString
in class Object
Object.toString()
public DescribeDestinationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.