Struct aws_sdk_robomaker::operation::describe_robot_application::builders::DescribeRobotApplicationOutputBuilder
source · #[non_exhaustive]pub struct DescribeRobotApplicationOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRobotApplicationOutput.
Implementations§
source§impl DescribeRobotApplicationOutputBuilder
impl DescribeRobotApplicationOutputBuilder
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 application.
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 application.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the robot application.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the robot application.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
The version of the robot application.
sourcepub fn sources(self, input: Source) -> Self
pub fn sources(self, input: Source) -> Self
Appends an item to sources.
To override the contents of this collection use set_sources.
The sources of the robot application.
sourcepub fn set_sources(self, input: Option<Vec<Source>>) -> Self
pub fn set_sources(self, input: Option<Vec<Source>>) -> Self
The sources of the robot application.
sourcepub fn get_sources(&self) -> &Option<Vec<Source>>
pub fn get_sources(&self) -> &Option<Vec<Source>>
The sources of the robot application.
sourcepub fn robot_software_suite(self, input: RobotSoftwareSuite) -> Self
pub fn robot_software_suite(self, input: RobotSoftwareSuite) -> Self
The robot software suite (ROS distribution) used by the robot application.
sourcepub fn set_robot_software_suite(self, input: Option<RobotSoftwareSuite>) -> Self
pub fn set_robot_software_suite(self, input: Option<RobotSoftwareSuite>) -> Self
The robot software suite (ROS distribution) used by the robot application.
sourcepub fn get_robot_software_suite(&self) -> &Option<RobotSoftwareSuite>
pub fn get_robot_software_suite(&self) -> &Option<RobotSoftwareSuite>
The robot software suite (ROS distribution) used by the robot application.
sourcepub fn revision_id(self, input: impl Into<String>) -> Self
pub fn revision_id(self, input: impl Into<String>) -> Self
The revision id of the robot application.
sourcepub fn set_revision_id(self, input: Option<String>) -> Self
pub fn set_revision_id(self, input: Option<String>) -> Self
The revision id of the robot application.
sourcepub fn get_revision_id(&self) -> &Option<String>
pub fn get_revision_id(&self) -> &Option<String>
The revision id of the robot application.
sourcepub fn last_updated_at(self, input: DateTime) -> Self
pub fn last_updated_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the robot application was last updated.
sourcepub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the robot application was last updated.
sourcepub fn get_last_updated_at(&self) -> &Option<DateTime>
pub fn get_last_updated_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the robot application was last updated.
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 application.
The list of all tags added to the specified robot application.
The list of all tags added to the specified robot application.
sourcepub fn environment(self, input: Environment) -> Self
pub fn environment(self, input: Environment) -> Self
The object that contains the Docker image URI used to create the robot application.
sourcepub fn set_environment(self, input: Option<Environment>) -> Self
pub fn set_environment(self, input: Option<Environment>) -> Self
The object that contains the Docker image URI used to create the robot application.
sourcepub fn get_environment(&self) -> &Option<Environment>
pub fn get_environment(&self) -> &Option<Environment>
The object that contains the Docker image URI used to create the robot application.
sourcepub fn image_digest(self, input: impl Into<String>) -> Self
pub fn image_digest(self, input: impl Into<String>) -> Self
A SHA256 identifier for the Docker image that you use for your robot application.
sourcepub fn set_image_digest(self, input: Option<String>) -> Self
pub fn set_image_digest(self, input: Option<String>) -> Self
A SHA256 identifier for the Docker image that you use for your robot application.
sourcepub fn get_image_digest(&self) -> &Option<String>
pub fn get_image_digest(&self) -> &Option<String>
A SHA256 identifier for the Docker image that you use for your robot application.
sourcepub fn build(self) -> DescribeRobotApplicationOutput
pub fn build(self) -> DescribeRobotApplicationOutput
Consumes the builder and constructs a DescribeRobotApplicationOutput.
Trait Implementations§
source§impl Clone for DescribeRobotApplicationOutputBuilder
impl Clone for DescribeRobotApplicationOutputBuilder
source§fn clone(&self) -> DescribeRobotApplicationOutputBuilder
fn clone(&self) -> DescribeRobotApplicationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeRobotApplicationOutputBuilder
impl Default for DescribeRobotApplicationOutputBuilder
source§fn default() -> DescribeRobotApplicationOutputBuilder
fn default() -> DescribeRobotApplicationOutputBuilder
source§impl PartialEq for DescribeRobotApplicationOutputBuilder
impl PartialEq for DescribeRobotApplicationOutputBuilder
source§fn eq(&self, other: &DescribeRobotApplicationOutputBuilder) -> bool
fn eq(&self, other: &DescribeRobotApplicationOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.