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