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