Struct aws_sdk_devicefarm::types::builders::ProjectBuilder
source · #[non_exhaustive]pub struct ProjectBuilder { /* private fields */ }Expand description
A builder for Project.
Implementations§
source§impl ProjectBuilder
impl ProjectBuilder
sourcepub fn default_job_timeout_minutes(self, input: i32) -> Self
pub fn default_job_timeout_minutes(self, input: i32) -> Self
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
sourcepub fn set_default_job_timeout_minutes(self, input: Option<i32>) -> Self
pub fn set_default_job_timeout_minutes(self, input: Option<i32>) -> Self
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
sourcepub fn get_default_job_timeout_minutes(&self) -> &Option<i32>
pub fn get_default_job_timeout_minutes(&self) -> &Option<i32>
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
sourcepub fn set_created(self, input: Option<DateTime>) -> Self
pub fn set_created(self, input: Option<DateTime>) -> Self
When the project was created.
sourcepub fn get_created(&self) -> &Option<DateTime>
pub fn get_created(&self) -> &Option<DateTime>
When the project was created.
sourcepub fn vpc_config(self, input: VpcConfig) -> Self
pub fn vpc_config(self, input: VpcConfig) -> Self
The VPC security groups and subnets that are attached to a project.
sourcepub fn set_vpc_config(self, input: Option<VpcConfig>) -> Self
pub fn set_vpc_config(self, input: Option<VpcConfig>) -> Self
The VPC security groups and subnets that are attached to a project.
sourcepub fn get_vpc_config(&self) -> &Option<VpcConfig>
pub fn get_vpc_config(&self) -> &Option<VpcConfig>
The VPC security groups and subnets that are attached to a project.
Trait Implementations§
source§impl Clone for ProjectBuilder
impl Clone for ProjectBuilder
source§fn clone(&self) -> ProjectBuilder
fn clone(&self) -> ProjectBuilder
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 ProjectBuilder
impl Debug for ProjectBuilder
source§impl Default for ProjectBuilder
impl Default for ProjectBuilder
source§fn default() -> ProjectBuilder
fn default() -> ProjectBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ProjectBuilder
impl PartialEq for ProjectBuilder
source§fn eq(&self, other: &ProjectBuilder) -> bool
fn eq(&self, other: &ProjectBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ProjectBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ProjectBuilder
impl Send for ProjectBuilder
impl Sync for ProjectBuilder
impl Unpin for ProjectBuilder
impl UnwindSafe for ProjectBuilder
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.