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