@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSourceServersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSourceServersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSourceServersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DescribeSourceServersRequestFilters |
getFilters()
A set of filters by which to return Source Servers.
|
Integer |
getMaxResults()
Maximum number of Source Servers to retrieve.
|
String |
getNextToken()
The token of the next Source Server to retrieve.
|
int |
hashCode() |
void |
setFilters(DescribeSourceServersRequestFilters filters)
A set of filters by which to return Source Servers.
|
void |
setMaxResults(Integer maxResults)
Maximum number of Source Servers to retrieve.
|
void |
setNextToken(String nextToken)
The token of the next Source Server to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSourceServersRequest |
withFilters(DescribeSourceServersRequestFilters filters)
A set of filters by which to return Source Servers.
|
DescribeSourceServersRequest |
withMaxResults(Integer maxResults)
Maximum number of Source Servers to retrieve.
|
DescribeSourceServersRequest |
withNextToken(String nextToken)
The token of the next Source Server to retrieve.
|
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 setFilters(DescribeSourceServersRequestFilters filters)
A set of filters by which to return Source Servers.
filters
- A set of filters by which to return Source Servers.public DescribeSourceServersRequestFilters getFilters()
A set of filters by which to return Source Servers.
public DescribeSourceServersRequest withFilters(DescribeSourceServersRequestFilters filters)
A set of filters by which to return Source Servers.
filters
- A set of filters by which to return Source Servers.public void setMaxResults(Integer maxResults)
Maximum number of Source Servers to retrieve.
maxResults
- Maximum number of Source Servers to retrieve.public Integer getMaxResults()
Maximum number of Source Servers to retrieve.
public DescribeSourceServersRequest withMaxResults(Integer maxResults)
Maximum number of Source Servers to retrieve.
maxResults
- Maximum number of Source Servers to retrieve.public void setNextToken(String nextToken)
The token of the next Source Server to retrieve.
nextToken
- The token of the next Source Server to retrieve.public String getNextToken()
The token of the next Source Server to retrieve.
public DescribeSourceServersRequest withNextToken(String nextToken)
The token of the next Source Server to retrieve.
nextToken
- The token of the next Source Server to retrieve.public String toString()
toString
in class Object
Object.toString()
public DescribeSourceServersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()