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