Class CreateGatewayTargetRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentcorecontrol.transform.CreateGatewayTargetRequestMarshaller
- All Implemented Interfaces:
 Marshaller<CreateGatewayTargetRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CreateGatewayTargetRequest>- Parameters:
 createGatewayTargetRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -