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