Struct aws_sdk_robomaker::operation::create_simulation_application_version::builders::CreateSimulationApplicationVersionOutputBuilder
source · #[non_exhaustive]pub struct CreateSimulationApplicationVersionOutputBuilder { /* private fields */ }Expand description
A builder for CreateSimulationApplicationVersionOutput.
Implementations§
source§impl CreateSimulationApplicationVersionOutputBuilder
impl CreateSimulationApplicationVersionOutputBuilder
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 simulation 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 simulation application.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the simulation application.
sourcepub fn version(self, input: impl Into<String>) -> Self
pub fn version(self, input: impl Into<String>) -> Self
The version of the simulation application.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the simulation application.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
The version of the simulation 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 simulation 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 simulation application.
sourcepub fn get_sources(&self) -> &Option<Vec<Source>>
pub fn get_sources(&self) -> &Option<Vec<Source>>
The sources of the simulation application.
sourcepub fn simulation_software_suite(self, input: SimulationSoftwareSuite) -> Self
pub fn simulation_software_suite(self, input: SimulationSoftwareSuite) -> Self
The simulation software suite used by the simulation application.
sourcepub fn set_simulation_software_suite(
self,
input: Option<SimulationSoftwareSuite>
) -> Self
pub fn set_simulation_software_suite( self, input: Option<SimulationSoftwareSuite> ) -> Self
The simulation software suite used by the simulation application.
sourcepub fn get_simulation_software_suite(&self) -> &Option<SimulationSoftwareSuite>
pub fn get_simulation_software_suite(&self) -> &Option<SimulationSoftwareSuite>
The simulation software suite used by the simulation application.
sourcepub fn robot_software_suite(self, input: RobotSoftwareSuite) -> Self
pub fn robot_software_suite(self, input: RobotSoftwareSuite) -> Self
Information about the robot software suite (ROS distribution).
sourcepub fn set_robot_software_suite(self, input: Option<RobotSoftwareSuite>) -> Self
pub fn set_robot_software_suite(self, input: Option<RobotSoftwareSuite>) -> Self
Information about the robot software suite (ROS distribution).
sourcepub fn get_robot_software_suite(&self) -> &Option<RobotSoftwareSuite>
pub fn get_robot_software_suite(&self) -> &Option<RobotSoftwareSuite>
Information about the robot software suite (ROS distribution).
sourcepub fn rendering_engine(self, input: RenderingEngine) -> Self
pub fn rendering_engine(self, input: RenderingEngine) -> Self
The rendering engine for the simulation application.
sourcepub fn set_rendering_engine(self, input: Option<RenderingEngine>) -> Self
pub fn set_rendering_engine(self, input: Option<RenderingEngine>) -> Self
The rendering engine for the simulation application.
sourcepub fn get_rendering_engine(&self) -> &Option<RenderingEngine>
pub fn get_rendering_engine(&self) -> &Option<RenderingEngine>
The rendering engine for the simulation 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 simulation 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 simulation 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 simulation application was last updated.
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 simulation 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 simulation application.
sourcepub fn get_revision_id(&self) -> &Option<String>
pub fn get_revision_id(&self) -> &Option<String>
The revision ID of the simulation 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 simulation 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 simulation 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 simulation application.
sourcepub fn build(self) -> CreateSimulationApplicationVersionOutput
pub fn build(self) -> CreateSimulationApplicationVersionOutput
Consumes the builder and constructs a CreateSimulationApplicationVersionOutput.
Trait Implementations§
source§impl Clone for CreateSimulationApplicationVersionOutputBuilder
impl Clone for CreateSimulationApplicationVersionOutputBuilder
source§fn clone(&self) -> CreateSimulationApplicationVersionOutputBuilder
fn clone(&self) -> CreateSimulationApplicationVersionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSimulationApplicationVersionOutputBuilder
impl Default for CreateSimulationApplicationVersionOutputBuilder
source§fn default() -> CreateSimulationApplicationVersionOutputBuilder
fn default() -> CreateSimulationApplicationVersionOutputBuilder
source§impl PartialEq for CreateSimulationApplicationVersionOutputBuilder
impl PartialEq for CreateSimulationApplicationVersionOutputBuilder
source§fn eq(&self, other: &CreateSimulationApplicationVersionOutputBuilder) -> bool
fn eq(&self, other: &CreateSimulationApplicationVersionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateSimulationApplicationVersionOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateSimulationApplicationVersionOutputBuilder
impl RefUnwindSafe for CreateSimulationApplicationVersionOutputBuilder
impl Send for CreateSimulationApplicationVersionOutputBuilder
impl Sync for CreateSimulationApplicationVersionOutputBuilder
impl Unpin for CreateSimulationApplicationVersionOutputBuilder
impl UnwindSafe for CreateSimulationApplicationVersionOutputBuilder
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> 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