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