@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientVpnEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClientVpnEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<ClientVpnEndpoint> |
getClientVpnEndpoints()
Information about the Client VPN endpoints.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setClientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientVpnEndpointsResult |
withClientVpnEndpoints(ClientVpnEndpoint... clientVpnEndpoints)
Information about the Client VPN endpoints.
|
DescribeClientVpnEndpointsResult |
withClientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
|
DescribeClientVpnEndpointsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ClientVpnEndpoint> getClientVpnEndpoints()
Information about the Client VPN endpoints.
public void setClientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
clientVpnEndpoints
- Information about the Client VPN endpoints.public DescribeClientVpnEndpointsResult withClientVpnEndpoints(ClientVpnEndpoint... clientVpnEndpoints)
Information about the Client VPN endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setClientVpnEndpoints(java.util.Collection)
or withClientVpnEndpoints(java.util.Collection)
if
you want to override the existing values.
clientVpnEndpoints
- Information about the Client VPN endpoints.public DescribeClientVpnEndpointsResult withClientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
clientVpnEndpoints
- Information about the Client VPN endpoints.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 DescribeClientVpnEndpointsResult 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 DescribeClientVpnEndpointsResult clone()