Class DescribeClustersRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ecs.transform.DescribeClustersRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeClustersRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeClustersRequestMarshaller
extends Object
implements Marshaller<DescribeClustersRequest>
DescribeClustersRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeClustersRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeClustersRequest describeClustersRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeClustersRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeClustersRequest>
- Parameters:
- describeClustersRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-