@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientVpnTargetNetworksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClientVpnTargetNetworksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnTargetNetworksResult |
clone() |
boolean |
equals(Object obj) |
List<TargetNetwork> |
getClientVpnTargetNetworks()
Information about the associated target networks.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setClientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientVpnTargetNetworksResult |
withClientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
|
DescribeClientVpnTargetNetworksResult |
withClientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks)
Information about the associated target networks.
|
DescribeClientVpnTargetNetworksResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeClientVpnTargetNetworksResult()
public List<TargetNetwork> getClientVpnTargetNetworks()
Information about the associated target networks.
public void setClientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
clientVpnTargetNetworks
- Information about the associated target networks.public DescribeClientVpnTargetNetworksResult withClientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks)
Information about the associated target networks.
NOTE: This method appends the values to the existing list (if any). Use
setClientVpnTargetNetworks(java.util.Collection)
or
withClientVpnTargetNetworks(java.util.Collection)
if you want to override the existing values.
clientVpnTargetNetworks
- Information about the associated target networks.public DescribeClientVpnTargetNetworksResult withClientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
clientVpnTargetNetworks
- Information about the associated target networks.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeClientVpnTargetNetworksResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeClientVpnTargetNetworksResult clone()