Struct aws_sdk_iotroborunner::operation::get_destination::builders::GetDestinationOutputBuilder
source · #[non_exhaustive]pub struct GetDestinationOutputBuilder { /* private fields */ }Expand description
A builder for GetDestinationOutput.
Implementations§
source§impl GetDestinationOutputBuilder
impl GetDestinationOutputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Filters access by the destination’s identifier
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Filters access by the destination’s identifier
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
Timestamp at which the resource was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
Timestamp at which the resource was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
Timestamp at which the resource was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
Timestamp at which the resource was last updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
Timestamp at which the resource was last updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
Timestamp at which the resource was last updated.
sourcepub fn state(self, input: DestinationState) -> Self
pub fn state(self, input: DestinationState) -> Self
State of the destination.
sourcepub fn set_state(self, input: Option<DestinationState>) -> Self
pub fn set_state(self, input: Option<DestinationState>) -> Self
State of the destination.
sourcepub fn get_state(&self) -> &Option<DestinationState>
pub fn get_state(&self) -> &Option<DestinationState>
State of the destination.
sourcepub fn additional_fixed_properties(self, input: impl Into<String>) -> Self
pub fn additional_fixed_properties(self, input: impl Into<String>) -> Self
JSON document containing additional fixed properties regarding the destination
sourcepub fn set_additional_fixed_properties(self, input: Option<String>) -> Self
pub fn set_additional_fixed_properties(self, input: Option<String>) -> Self
JSON document containing additional fixed properties regarding the destination
sourcepub fn get_additional_fixed_properties(&self) -> &Option<String>
pub fn get_additional_fixed_properties(&self) -> &Option<String>
JSON document containing additional fixed properties regarding the destination
sourcepub fn build(self) -> GetDestinationOutput
pub fn build(self) -> GetDestinationOutput
Consumes the builder and constructs a GetDestinationOutput.
Trait Implementations§
source§impl Clone for GetDestinationOutputBuilder
impl Clone for GetDestinationOutputBuilder
source§fn clone(&self) -> GetDestinationOutputBuilder
fn clone(&self) -> GetDestinationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetDestinationOutputBuilder
impl Debug for GetDestinationOutputBuilder
source§impl Default for GetDestinationOutputBuilder
impl Default for GetDestinationOutputBuilder
source§fn default() -> GetDestinationOutputBuilder
fn default() -> GetDestinationOutputBuilder
source§impl PartialEq<GetDestinationOutputBuilder> for GetDestinationOutputBuilder
impl PartialEq<GetDestinationOutputBuilder> for GetDestinationOutputBuilder
source§fn eq(&self, other: &GetDestinationOutputBuilder) -> bool
fn eq(&self, other: &GetDestinationOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.