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