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