@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGlobalNetworksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeGlobalNetworksResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalNetworksResult |
clone() |
boolean |
equals(Object obj) |
List<GlobalNetwork> |
getGlobalNetworks()
Information about the global networks.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setGlobalNetworks(Collection<GlobalNetwork> globalNetworks)
Information about the global networks.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalNetworksResult |
withGlobalNetworks(Collection<GlobalNetwork> globalNetworks)
Information about the global networks.
|
DescribeGlobalNetworksResult |
withGlobalNetworks(GlobalNetwork... globalNetworks)
Information about the global networks.
|
DescribeGlobalNetworksResult |
withNextToken(String nextToken)
The token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<GlobalNetwork> getGlobalNetworks()
Information about the global networks.
public void setGlobalNetworks(Collection<GlobalNetwork> globalNetworks)
Information about the global networks.
globalNetworks - Information about the global networks.public DescribeGlobalNetworksResult withGlobalNetworks(GlobalNetwork... globalNetworks)
Information about the global networks.
NOTE: This method appends the values to the existing list (if any). Use
setGlobalNetworks(java.util.Collection) or withGlobalNetworks(java.util.Collection) if you want
to override the existing values.
globalNetworks - Information about the global networks.public DescribeGlobalNetworksResult withGlobalNetworks(Collection<GlobalNetwork> globalNetworks)
Information about the global networks.
globalNetworks - Information about the global networks.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 DescribeGlobalNetworksResult 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 ObjectObject.toString()public DescribeGlobalNetworksResult clone()