Class ListCustomRoutingPortMappingsByDestinationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest
-
- software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingPortMappingsByDestinationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListCustomRoutingPortMappingsByDestinationRequest.Builder,ListCustomRoutingPortMappingsByDestinationRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListCustomRoutingPortMappingsByDestinationRequest extends GlobalAcceleratorRequest implements ToCopyableBuilder<ListCustomRoutingPortMappingsByDestinationRequest.Builder,ListCustomRoutingPortMappingsByDestinationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListCustomRoutingPortMappingsByDestinationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListCustomRoutingPortMappingsByDestinationRequest.Builderbuilder()StringdestinationAddress()The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.StringendpointId()The ID for the virtual private cloud (VPC) subnet.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The number of destination port mappings that you want to return with this call.StringnextToken()The token for the next set of results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListCustomRoutingPortMappingsByDestinationRequest.Builder>serializableBuilderClass()ListCustomRoutingPortMappingsByDestinationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpointId
public final String endpointId()
The ID for the virtual private cloud (VPC) subnet.
- Returns:
- The ID for the virtual private cloud (VPC) subnet.
-
destinationAddress
public final String destinationAddress()
The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.
- Returns:
- The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.
-
maxResults
public final Integer maxResults()
The number of destination port mappings that you want to return with this call. The default value is 10.
- Returns:
- The number of destination port mappings that you want to return with this call. The default value is 10.
-
nextToken
public final String nextToken()
The token for the next set of results. You receive this token from a previous call.
- Returns:
- The token for the next set of results. You receive this token from a previous call.
-
toBuilder
public ListCustomRoutingPortMappingsByDestinationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListCustomRoutingPortMappingsByDestinationRequest.Builder,ListCustomRoutingPortMappingsByDestinationRequest>- Specified by:
toBuilderin classGlobalAcceleratorRequest
-
builder
public static ListCustomRoutingPortMappingsByDestinationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListCustomRoutingPortMappingsByDestinationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-