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