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