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