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