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