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