Class DeleteAttributesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ecs.transform.DeleteAttributesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteAttributesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteAttributesRequestMarshaller
extends Object
implements Marshaller<DeleteAttributesRequest>
DeleteAttributesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteAttributesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteAttributesRequest deleteAttributesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteAttributesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteAttributesRequest>
- Parameters:
- deleteAttributesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-