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