Class GetDefaultRetentionPolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.workmail.transform.GetDefaultRetentionPolicyRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetDefaultRetentionPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetDefaultRetentionPolicyRequestMarshaller
extends Object
implements Marshaller<GetDefaultRetentionPolicyRequest>
GetDefaultRetentionPolicyRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetDefaultRetentionPolicyRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetDefaultRetentionPolicyRequest getDefaultRetentionPolicyRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetDefaultRetentionPolicyRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetDefaultRetentionPolicyRequest getDefaultRetentionPolicyRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetDefaultRetentionPolicyRequest>
- Parameters:
- getDefaultRetentionPolicyRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-