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