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