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