aws_sdk_bedrockruntime/operation/invoke_model_with_bidirectional_stream/
builders.rs1pub use crate::operation::invoke_model_with_bidirectional_stream::_invoke_model_with_bidirectional_stream_output::InvokeModelWithBidirectionalStreamOutputBuilder;
3
4pub use crate::operation::invoke_model_with_bidirectional_stream::_invoke_model_with_bidirectional_stream_input::InvokeModelWithBidirectionalStreamInputBuilder;
5
6impl crate::operation::invoke_model_with_bidirectional_stream::builders::InvokeModelWithBidirectionalStreamInputBuilder {
7 pub async fn send_with(
9 self,
10 client: &crate::Client,
11 ) -> ::std::result::Result<
12 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamOutput,
13 ::aws_smithy_runtime_api::client::result::SdkError<
14 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamError,
15 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
16 >,
17 > {
18 let mut fluent_builder = client.invoke_model_with_bidirectional_stream();
19 fluent_builder.inner = self;
20 fluent_builder.send().await
21 }
22}
23#[derive(::std::fmt::Debug)]
28pub struct InvokeModelWithBidirectionalStreamFluentBuilder {
29 handle: ::std::sync::Arc<crate::client::Handle>,
30 inner: crate::operation::invoke_model_with_bidirectional_stream::builders::InvokeModelWithBidirectionalStreamInputBuilder,
31 config_override: ::std::option::Option<crate::config::Builder>,
32}
33impl
34 crate::client::customize::internal::CustomizableSend<
35 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamOutput,
36 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamError,
37 > for InvokeModelWithBidirectionalStreamFluentBuilder
38{
39 fn send(
40 self,
41 config_override: crate::config::Builder,
42 ) -> crate::client::customize::internal::BoxFuture<
43 crate::client::customize::internal::SendResult<
44 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamOutput,
45 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamError,
46 >,
47 > {
48 ::std::boxed::Box::pin(async move { self.config_override(config_override).send().await })
49 }
50}
51impl InvokeModelWithBidirectionalStreamFluentBuilder {
52 pub(crate) fn new(handle: ::std::sync::Arc<crate::client::Handle>) -> Self {
54 Self {
55 handle,
56 inner: ::std::default::Default::default(),
57 config_override: ::std::option::Option::None,
58 }
59 }
60 pub fn as_input(&self) -> &crate::operation::invoke_model_with_bidirectional_stream::builders::InvokeModelWithBidirectionalStreamInputBuilder {
62 &self.inner
63 }
64 pub async fn send(
73 self,
74 ) -> ::std::result::Result<
75 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamOutput,
76 ::aws_smithy_runtime_api::client::result::SdkError<
77 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamError,
78 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
79 >,
80 > {
81 let input = self
82 .inner
83 .build()
84 .map_err(::aws_smithy_runtime_api::client::result::SdkError::construction_failure)?;
85 let runtime_plugins = crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStream::operation_runtime_plugins(
86 self.handle.runtime_plugins.clone(),
87 &self.handle.conf,
88 self.config_override,
89 );
90 let mut output =
91 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStream::orchestrate(&runtime_plugins, input)
92 .await?;
93
94 fn response_error(
103 err: impl ::std::convert::Into<::aws_smithy_runtime_api::box_error::BoxError>,
104 ) -> ::aws_smithy_runtime_api::client::result::SdkError<
105 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamError,
106 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
107 > {
108 ::aws_smithy_runtime_api::client::result::SdkError::response_error(
109 err,
110 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse::new(
111 ::aws_smithy_runtime_api::http::StatusCode::try_from(200).expect("valid successful code"),
112 ::aws_smithy_types::body::SdkBody::empty(),
113 ),
114 )
115 }
116
117 let message = output.body.try_recv_initial_response().await.map_err(response_error)?;
118
119 match message {
120 ::std::option::Option::Some(_message) => ::std::result::Result::Ok(output),
121 ::std::option::Option::None => ::std::result::Result::Ok(output),
122 }
123 }
124
125 pub fn customize(
127 self,
128 ) -> crate::client::customize::CustomizableOperation<
129 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamOutput,
130 crate::operation::invoke_model_with_bidirectional_stream::InvokeModelWithBidirectionalStreamError,
131 Self,
132 > {
133 crate::client::customize::CustomizableOperation::new(self)
134 }
135 pub(crate) fn config_override(mut self, config_override: impl ::std::convert::Into<crate::config::Builder>) -> Self {
136 self.set_config_override(::std::option::Option::Some(config_override.into()));
137 self
138 }
139
140 pub(crate) fn set_config_override(&mut self, config_override: ::std::option::Option<crate::config::Builder>) -> &mut Self {
141 self.config_override = config_override;
142 self
143 }
144 pub fn model_id(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
146 self.inner = self.inner.model_id(input.into());
147 self
148 }
149 pub fn set_model_id(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
151 self.inner = self.inner.set_model_id(input);
152 self
153 }
154 pub fn get_model_id(&self) -> &::std::option::Option<::std::string::String> {
156 self.inner.get_model_id()
157 }
158 pub fn body(
160 mut self,
161 input: ::aws_smithy_http::event_stream::EventStreamSender<
162 crate::types::InvokeModelWithBidirectionalStreamInput,
163 crate::types::error::InvokeModelWithBidirectionalStreamInputError,
164 >,
165 ) -> Self {
166 self.inner = self.inner.body(input);
167 self
168 }
169 pub fn set_body(
171 mut self,
172 input: ::std::option::Option<
173 ::aws_smithy_http::event_stream::EventStreamSender<
174 crate::types::InvokeModelWithBidirectionalStreamInput,
175 crate::types::error::InvokeModelWithBidirectionalStreamInputError,
176 >,
177 >,
178 ) -> Self {
179 self.inner = self.inner.set_body(input);
180 self
181 }
182 pub fn get_body(
184 &self,
185 ) -> &::std::option::Option<
186 ::aws_smithy_http::event_stream::EventStreamSender<
187 crate::types::InvokeModelWithBidirectionalStreamInput,
188 crate::types::error::InvokeModelWithBidirectionalStreamInputError,
189 >,
190 > {
191 self.inner.get_body()
192 }
193}