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