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