Class CreateEnvironmentHostRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.evs.transform.CreateEnvironmentHostRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateEnvironmentHostRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateEnvironmentHostRequest>
- Parameters:
createEnvironmentHostRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-