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