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