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 Summary
ConstructorsConstructorDescriptionCreateEnvironmentHostRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateEnvironmentHostRequest createEnvironmentHostRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateEnvironmentHostRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateEnvironmentHostRequest>- Parameters:
createEnvironmentHostRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-