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