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