@Generated(value="software.amazon.awssdk:codegen") public final class GetVpnConnectionDeviceTypesRequest extends Ec2Request implements ToCopyableBuilder<GetVpnConnectionDeviceTypesRequest.Builder,GetVpnConnectionDeviceTypesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetVpnConnectionDeviceTypesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetVpnConnectionDeviceTypesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by
GetVpnConnectionDeviceTypes in paginated output. |
String |
nextToken()
The
NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetVpnConnectionDeviceTypesRequest.Builder> |
serializableBuilderClass() |
GetVpnConnectionDeviceTypesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this
parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial request
can be seen by sending another GetVpnConnectionDeviceTypes request with the returned
NextToken value. This value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.
GetVpnConnectionDeviceTypes in paginated output.
When this parameter is used, GetVpnConnectionDeviceTypes only returns
MaxResults results in a single page along with a NextToken response element.
The remaining results of the initial request can be seen by sending another
GetVpnConnectionDeviceTypes request with the returned NextToken value. This
value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.public final String nextToken()
The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
NextToken value returned from a previous paginated
GetVpnConnectionDeviceTypes request where MaxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the NextToken value. This value is null when there are no more results to return.public GetVpnConnectionDeviceTypesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetVpnConnectionDeviceTypesRequest.Builder,GetVpnConnectionDeviceTypesRequest>toBuilder in class Ec2Requestpublic static GetVpnConnectionDeviceTypesRequest.Builder builder()
public static Class<? extends GetVpnConnectionDeviceTypesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.