Class DescribeDaemonDeploymentsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ecs.transform.DescribeDaemonDeploymentsRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeDaemonDeploymentsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeDaemonDeploymentsRequestMarshaller
extends Object
implements Marshaller<DescribeDaemonDeploymentsRequest>
DescribeDaemonDeploymentsRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDescribeDaemonDeploymentsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(DescribeDaemonDeploymentsRequest describeDaemonDeploymentsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
DescribeDaemonDeploymentsRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(DescribeDaemonDeploymentsRequest describeDaemonDeploymentsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<DescribeDaemonDeploymentsRequest>- Parameters:
describeDaemonDeploymentsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-