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