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