@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVpnConnectionDeviceTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVpnConnectionDeviceTypesResult() |
Modifier and Type | Method and Description |
---|---|
GetVpnConnectionDeviceTypesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
NextToken value to include in a future GetVpnConnectionDeviceTypes request. |
List<VpnConnectionDeviceType> |
getVpnConnectionDeviceTypes()
List of customer gateway devices that have a sample configuration file available for use.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
NextToken value to include in a future GetVpnConnectionDeviceTypes request. |
void |
setVpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
String |
toString()
Returns a string representation of this object.
|
GetVpnConnectionDeviceTypesResult |
withNextToken(String nextToken)
The
NextToken value to include in a future GetVpnConnectionDeviceTypes request. |
GetVpnConnectionDeviceTypesResult |
withVpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
GetVpnConnectionDeviceTypesResult |
withVpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpnConnectionDeviceType> getVpnConnectionDeviceTypes()
List of customer gateway devices that have a sample configuration file available for use.
public void setVpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
vpnConnectionDeviceTypes
- List of customer gateway devices that have a sample configuration file available for use.public GetVpnConnectionDeviceTypesResult withVpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
NOTE: This method appends the values to the existing list (if any). Use
setVpnConnectionDeviceTypes(java.util.Collection)
or
withVpnConnectionDeviceTypes(java.util.Collection)
if you want to override the existing values.
vpnConnectionDeviceTypes
- List of customer gateway devices that have a sample configuration file available for use.public GetVpnConnectionDeviceTypesResult withVpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
vpnConnectionDeviceTypes
- List of customer gateway devices that have a sample configuration file available for use.public void setNextToken(String nextToken)
The NextToken
value to include in a future GetVpnConnectionDeviceTypes
request. When
the results of a GetVpnConnectionDeviceTypes
request exceed MaxResults
, this value can
be used to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The NextToken
value to include in a future GetVpnConnectionDeviceTypes
request.
When the results of a GetVpnConnectionDeviceTypes
request exceed MaxResults
,
this value can be used to retrieve the next page of results. This value is null when there are no more
results to return.public String getNextToken()
The NextToken
value to include in a future GetVpnConnectionDeviceTypes
request. When
the results of a GetVpnConnectionDeviceTypes
request exceed MaxResults
, this value can
be used to retrieve the next page of results. This value is null when there are no more results to return.
NextToken
value to include in a future GetVpnConnectionDeviceTypes
request.
When the results of a GetVpnConnectionDeviceTypes
request exceed MaxResults
,
this value can be used to retrieve the next page of results. This value is null when there are no more
results to return.public GetVpnConnectionDeviceTypesResult withNextToken(String nextToken)
The NextToken
value to include in a future GetVpnConnectionDeviceTypes
request. When
the results of a GetVpnConnectionDeviceTypes
request exceed MaxResults
, this value can
be used to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The NextToken
value to include in a future GetVpnConnectionDeviceTypes
request.
When the results of a GetVpnConnectionDeviceTypes
request exceed MaxResults
,
this value can be used 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 GetVpnConnectionDeviceTypesResult clone()