Class ListResourceEndpointAssociationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.vpclattice.transform.ListResourceEndpointAssociationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListResourceEndpointAssociationsRequest>
@Generated("software.amazon.awssdk:codegen")
public class ListResourceEndpointAssociationsRequestMarshaller
extends Object
implements Marshaller<ListResourceEndpointAssociationsRequest>
ListResourceEndpointAssociationsRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(ListResourceEndpointAssociationsRequest listResourceEndpointAssociationsRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
ListResourceEndpointAssociationsRequestMarshaller
public ListResourceEndpointAssociationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(ListResourceEndpointAssociationsRequest listResourceEndpointAssociationsRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListResourceEndpointAssociationsRequest>
- Parameters:
listResourceEndpointAssociationsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-