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