@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGlobalNetworksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGlobalNetworksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGlobalNetworksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getGlobalNetworkIds()
The IDs of one or more global networks.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setGlobalNetworkIds(Collection<String> globalNetworkIds)
The IDs of one or more global networks.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalNetworksRequest |
withGlobalNetworkIds(Collection<String> globalNetworkIds)
The IDs of one or more global networks.
|
DescribeGlobalNetworksRequest |
withGlobalNetworkIds(String... globalNetworkIds)
The IDs of one or more global networks.
|
DescribeGlobalNetworksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeGlobalNetworksRequest |
withNextToken(String nextToken)
The token for the next page of 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, withSdkRequestTimeout
public List<String> getGlobalNetworkIds()
The IDs of one or more global networks. The maximum is 10.
public void setGlobalNetworkIds(Collection<String> globalNetworkIds)
The IDs of one or more global networks. The maximum is 10.
globalNetworkIds
- The IDs of one or more global networks. The maximum is 10.public DescribeGlobalNetworksRequest withGlobalNetworkIds(String... globalNetworkIds)
The IDs of one or more global networks. The maximum is 10.
NOTE: This method appends the values to the existing list (if any). Use
setGlobalNetworkIds(java.util.Collection)
or withGlobalNetworkIds(java.util.Collection)
if you
want to override the existing values.
globalNetworkIds
- The IDs of one or more global networks. The maximum is 10.public DescribeGlobalNetworksRequest withGlobalNetworkIds(Collection<String> globalNetworkIds)
The IDs of one or more global networks. The maximum is 10.
globalNetworkIds
- The IDs of one or more global networks. The maximum is 10.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public DescribeGlobalNetworksRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeGlobalNetworksRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public DescribeGlobalNetworksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()