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