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