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