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