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.
This field is required.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
The identifier of the asset.
This field is required.sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The identifier of the asset.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The identifier of the asset.
sourcepub fn revision(self, input: impl Into<String>) -> Self
pub fn revision(self, input: impl Into<String>) -> Self
The revision that is to be made to the asset.
sourcepub fn set_revision(self, input: Option<String>) -> Self
pub fn set_revision(self, input: Option<String>) -> Self
The revision that is to be made to the asset.
sourcepub fn get_revision(&self) -> &Option<String>
pub fn get_revision(&self) -> &Option<String>
The revision that is to be made to the asset.
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.
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
sourcepub fn set_accept_choices(self, input: Option<Vec<AcceptChoice>>) -> Self
pub fn set_accept_choices(self, input: Option<Vec<AcceptChoice>>) -> Self
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
sourcepub fn get_accept_choices(&self) -> &Option<Vec<AcceptChoice>>
pub fn get_accept_choices(&self) -> &Option<Vec<AcceptChoice>>
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
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 ==.impl StructuralPartialEq for AcceptPredictionsInputBuilder
Auto Trait Implementations§
impl Freeze for AcceptPredictionsInputBuilder
impl RefUnwindSafe for AcceptPredictionsInputBuilder
impl Send for AcceptPredictionsInputBuilder
impl Sync for AcceptPredictionsInputBuilder
impl Unpin for AcceptPredictionsInputBuilder
impl UnwindSafe for AcceptPredictionsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more