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