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