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