Class DescribeDefaultQBusinessApplicationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.quicksight.transform.DescribeDefaultQBusinessApplicationRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeDefaultQBusinessApplicationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<DescribeDefaultQBusinessApplicationRequest>- Parameters:
describeDefaultQBusinessApplicationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-