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