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 Summary
ConstructorsConstructorDescriptionDescribeServiceEnvironmentsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(DescribeServiceEnvironmentsRequest describeServiceEnvironmentsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
DescribeServiceEnvironmentsRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(DescribeServiceEnvironmentsRequest describeServiceEnvironmentsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<DescribeServiceEnvironmentsRequest>- Parameters:
describeServiceEnvironmentsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-