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