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