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