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