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