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