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