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