Struct aws_sdk_datazone::operation::accept_predictions::builders::AcceptPredictionsInputBuilder
source · #[non_exhaustive]pub struct AcceptPredictionsInputBuilder { /* private fields */ }
Expand description
A builder for AcceptPredictionsInput
.
Implementations§
source§impl AcceptPredictionsInputBuilder
impl AcceptPredictionsInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the Amazon DataZone domain.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
sourcepub fn set_revision(self, input: Option<String>) -> Self
pub fn set_revision(self, input: Option<String>) -> Self
sourcepub fn get_revision(&self) -> &Option<String>
pub fn get_revision(&self) -> &Option<String>
sourcepub fn accept_rule(self, input: AcceptRule) -> Self
pub fn accept_rule(self, input: AcceptRule) -> Self
Specifies the rule (or the conditions) under which a prediction can be accepted.
sourcepub fn set_accept_rule(self, input: Option<AcceptRule>) -> Self
pub fn set_accept_rule(self, input: Option<AcceptRule>) -> Self
Specifies the rule (or the conditions) under which a prediction can be accepted.
sourcepub fn get_accept_rule(&self) -> &Option<AcceptRule>
pub fn get_accept_rule(&self) -> &Option<AcceptRule>
Specifies the rule (or the conditions) under which a prediction can be accepted.
sourcepub fn accept_choices(self, input: AcceptChoice) -> Self
pub fn accept_choices(self, input: AcceptChoice) -> Self
Appends an item to accept_choices
.
To override the contents of this collection use set_accept_choices
.
sourcepub fn set_accept_choices(self, input: Option<Vec<AcceptChoice>>) -> Self
pub fn set_accept_choices(self, input: Option<Vec<AcceptChoice>>) -> Self
sourcepub fn get_accept_choices(&self) -> &Option<Vec<AcceptChoice>>
pub fn get_accept_choices(&self) -> &Option<Vec<AcceptChoice>>
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
sourcepub fn build(self) -> Result<AcceptPredictionsInput, BuildError>
pub fn build(self) -> Result<AcceptPredictionsInput, BuildError>
Consumes the builder and constructs a AcceptPredictionsInput
.
source§impl AcceptPredictionsInputBuilder
impl AcceptPredictionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AcceptPredictionsOutput, SdkError<AcceptPredictionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AcceptPredictionsOutput, SdkError<AcceptPredictionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AcceptPredictionsInputBuilder
impl Clone for AcceptPredictionsInputBuilder
source§fn clone(&self) -> AcceptPredictionsInputBuilder
fn clone(&self) -> AcceptPredictionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AcceptPredictionsInputBuilder
impl Default for AcceptPredictionsInputBuilder
source§fn default() -> AcceptPredictionsInputBuilder
fn default() -> AcceptPredictionsInputBuilder
source§impl PartialEq for AcceptPredictionsInputBuilder
impl PartialEq for AcceptPredictionsInputBuilder
source§fn eq(&self, other: &AcceptPredictionsInputBuilder) -> bool
fn eq(&self, other: &AcceptPredictionsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.