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