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