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