Class ListResourceEndpointAssociationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.vpclattice.transform.ListResourceEndpointAssociationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListResourceEndpointAssociationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListResourceEndpointAssociationsRequest>- Parameters:
listResourceEndpointAssociationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-