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