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