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