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