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