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