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