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