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