Class CreateGroupProfileRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.datazone.transform.CreateGroupProfileRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateGroupProfileRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateGroupProfileRequestMarshaller
extends Object
implements Marshaller<CreateGroupProfileRequest>
CreateGroupProfileRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateGroupProfileRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateGroupProfileRequest createGroupProfileRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateGroupProfileRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateGroupProfileRequest>
- Parameters:
- createGroupProfileRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-