#[non_exhaustive]pub struct DescribeRobotOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRobotOutput.
Implementations§
source§impl DescribeRobotOutputBuilder
impl DescribeRobotOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the robot.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the robot.
sourcepub fn fleet_arn(self, input: impl Into<String>) -> Self
pub fn fleet_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn set_fleet_arn(self, input: Option<String>) -> Self
pub fn set_fleet_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn get_fleet_arn(&self) -> &Option<String>
pub fn get_fleet_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn status(self, input: RobotStatus) -> Self
pub fn status(self, input: RobotStatus) -> Self
The status of the fleet.
sourcepub fn set_status(self, input: Option<RobotStatus>) -> Self
pub fn set_status(self, input: Option<RobotStatus>) -> Self
The status of the fleet.
sourcepub fn get_status(&self) -> &Option<RobotStatus>
pub fn get_status(&self) -> &Option<RobotStatus>
The status of the fleet.
sourcepub fn greengrass_group_id(self, input: impl Into<String>) -> Self
pub fn greengrass_group_id(self, input: impl Into<String>) -> Self
The Greengrass group id.
sourcepub fn set_greengrass_group_id(self, input: Option<String>) -> Self
pub fn set_greengrass_group_id(self, input: Option<String>) -> Self
The Greengrass group id.
sourcepub fn get_greengrass_group_id(&self) -> &Option<String>
pub fn get_greengrass_group_id(&self) -> &Option<String>
The Greengrass group id.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the robot was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the robot was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the robot was created.
sourcepub fn architecture(self, input: Architecture) -> Self
pub fn architecture(self, input: Architecture) -> Self
The target architecture of the robot application.
sourcepub fn set_architecture(self, input: Option<Architecture>) -> Self
pub fn set_architecture(self, input: Option<Architecture>) -> Self
The target architecture of the robot application.
sourcepub fn get_architecture(&self) -> &Option<Architecture>
pub fn get_architecture(&self) -> &Option<Architecture>
The target architecture of the robot application.
sourcepub fn last_deployment_job(self, input: impl Into<String>) -> Self
pub fn last_deployment_job(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the last deployment job.
sourcepub fn set_last_deployment_job(self, input: Option<String>) -> Self
pub fn set_last_deployment_job(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the last deployment job.
sourcepub fn get_last_deployment_job(&self) -> &Option<String>
pub fn get_last_deployment_job(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the last deployment job.
sourcepub fn last_deployment_time(self, input: DateTime) -> Self
pub fn last_deployment_time(self, input: DateTime) -> Self
The time of the last deployment job.
sourcepub fn set_last_deployment_time(self, input: Option<DateTime>) -> Self
pub fn set_last_deployment_time(self, input: Option<DateTime>) -> Self
The time of the last deployment job.
sourcepub fn get_last_deployment_time(&self) -> &Option<DateTime>
pub fn get_last_deployment_time(&self) -> &Option<DateTime>
The time of the last deployment job.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The list of all tags added to the specified robot.
The list of all tags added to the specified robot.
The list of all tags added to the specified robot.
sourcepub fn build(self) -> DescribeRobotOutput
pub fn build(self) -> DescribeRobotOutput
Consumes the builder and constructs a DescribeRobotOutput.
Trait Implementations§
source§impl Clone for DescribeRobotOutputBuilder
impl Clone for DescribeRobotOutputBuilder
source§fn clone(&self) -> DescribeRobotOutputBuilder
fn clone(&self) -> DescribeRobotOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeRobotOutputBuilder
impl Debug for DescribeRobotOutputBuilder
source§impl Default for DescribeRobotOutputBuilder
impl Default for DescribeRobotOutputBuilder
source§fn default() -> DescribeRobotOutputBuilder
fn default() -> DescribeRobotOutputBuilder
source§impl PartialEq for DescribeRobotOutputBuilder
impl PartialEq for DescribeRobotOutputBuilder
source§fn eq(&self, other: &DescribeRobotOutputBuilder) -> bool
fn eq(&self, other: &DescribeRobotOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.