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