@Generated(value="software.amazon.awssdk:codegen") public final class ListCustomRoutingPortMappingsByDestinationRequest extends GlobalAcceleratorRequest implements ToCopyableBuilder<ListCustomRoutingPortMappingsByDestinationRequest.Builder,ListCustomRoutingPortMappingsByDestinationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCustomRoutingPortMappingsByDestinationRequest.Builder |
builder() |
String |
destinationAddress()
The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.
|
String |
endpointId()
The ID for the virtual private cloud (VPC) subnet.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of destination port mappings that you want to return with this call.
|
String |
nextToken()
The token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCustomRoutingPortMappingsByDestinationRequest.Builder> |
serializableBuilderClass() |
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointId()
The ID for the virtual private cloud (VPC) subnet.
public final String destinationAddress()
The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.
public final Integer maxResults()
The number of destination port mappings that you want to return with this call. The default value is 10.
public final String nextToken()
The token for the next set of results. You receive this token from a previous call.
public ListCustomRoutingPortMappingsByDestinationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCustomRoutingPortMappingsByDestinationRequest.Builder,ListCustomRoutingPortMappingsByDestinationRequest>toBuilder in class GlobalAcceleratorRequestpublic static ListCustomRoutingPortMappingsByDestinationRequest.Builder builder()
public static Class<? extends ListCustomRoutingPortMappingsByDestinationRequest.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.