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