Struct aws_sdk_robomaker::types::builders::FleetBuilder
source · #[non_exhaustive]pub struct FleetBuilder { /* private fields */ }Expand description
A builder for Fleet.
Implementations§
source§impl FleetBuilder
impl FleetBuilder
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 fleet.
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 fleet.
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 fleet 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 fleet 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 fleet was created.
sourcepub fn last_deployment_status(self, input: DeploymentStatus) -> Self
pub fn last_deployment_status(self, input: DeploymentStatus) -> Self
The status of the last fleet deployment.
sourcepub fn set_last_deployment_status(self, input: Option<DeploymentStatus>) -> Self
pub fn set_last_deployment_status(self, input: Option<DeploymentStatus>) -> Self
The status of the last fleet deployment.
sourcepub fn get_last_deployment_status(&self) -> &Option<DeploymentStatus>
pub fn get_last_deployment_status(&self) -> &Option<DeploymentStatus>
The status of the last fleet deployment.
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.
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.
sourcepub fn get_last_deployment_time(&self) -> &Option<DateTime>
pub fn get_last_deployment_time(&self) -> &Option<DateTime>
The time of the last deployment.
Trait Implementations§
source§impl Clone for FleetBuilder
impl Clone for FleetBuilder
source§fn clone(&self) -> FleetBuilder
fn clone(&self) -> FleetBuilder
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 Debug for FleetBuilder
impl Debug for FleetBuilder
source§impl Default for FleetBuilder
impl Default for FleetBuilder
source§fn default() -> FleetBuilder
fn default() -> FleetBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FleetBuilder
impl PartialEq for FleetBuilder
source§fn eq(&self, other: &FleetBuilder) -> bool
fn eq(&self, other: &FleetBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FleetBuilder
Auto Trait Implementations§
impl RefUnwindSafe for FleetBuilder
impl Send for FleetBuilder
impl Sync for FleetBuilder
impl Unpin for FleetBuilder
impl UnwindSafe for FleetBuilder
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
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>
Creates a shared type from an unshared type.