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