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