Struct aws_sdk_datazone::operation::accept_predictions::builders::AcceptPredictionsOutputBuilder
source · #[non_exhaustive]pub struct AcceptPredictionsOutputBuilder { /* private fields */ }
Expand description
A builder for AcceptPredictionsOutput
.
Implementations§
source§impl AcceptPredictionsOutputBuilder
impl AcceptPredictionsOutputBuilder
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
sourcepub fn set_asset_id(self, input: Option<String>) -> Self
pub fn set_asset_id(self, input: Option<String>) -> Self
sourcepub fn get_asset_id(&self) -> &Option<String>
pub fn get_asset_id(&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 build(self) -> AcceptPredictionsOutput
pub fn build(self) -> AcceptPredictionsOutput
Consumes the builder and constructs a AcceptPredictionsOutput
.
Trait Implementations§
source§impl Clone for AcceptPredictionsOutputBuilder
impl Clone for AcceptPredictionsOutputBuilder
source§fn clone(&self) -> AcceptPredictionsOutputBuilder
fn clone(&self) -> AcceptPredictionsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AcceptPredictionsOutputBuilder
impl Default for AcceptPredictionsOutputBuilder
source§fn default() -> AcceptPredictionsOutputBuilder
fn default() -> AcceptPredictionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AcceptPredictionsOutputBuilder
impl PartialEq for AcceptPredictionsOutputBuilder
source§fn eq(&self, other: &AcceptPredictionsOutputBuilder) -> bool
fn eq(&self, other: &AcceptPredictionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AcceptPredictionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AcceptPredictionsOutputBuilder
impl Send for AcceptPredictionsOutputBuilder
impl Sync for AcceptPredictionsOutputBuilder
impl Unpin for AcceptPredictionsOutputBuilder
impl UnwindSafe for AcceptPredictionsOutputBuilder
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
Mutably borrows from an owned value. Read more