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