Struct aws_sdk_devicefarm::input::UpdateProjectInput
source · #[non_exhaustive]pub struct UpdateProjectInput { /* private fields */ }Expand description
Represents a request to the update project operation.
Implementations§
source§impl UpdateProjectInput
impl UpdateProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateProject>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProjectInput.
source§impl UpdateProjectInput
impl UpdateProjectInput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the project whose name to update.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A string that represents the new name of the project that you are updating.
sourcepub fn default_job_timeout_minutes(&self) -> Option<i32>
pub fn default_job_timeout_minutes(&self) -> Option<i32>
The number of minutes a test run in the project executes before it times out.
sourcepub fn vpc_config(&self) -> Option<&VpcConfig>
pub fn vpc_config(&self) -> Option<&VpcConfig>
The VPC security groups and subnets that are attached to a project.
Trait Implementations§
source§impl Clone for UpdateProjectInput
impl Clone for UpdateProjectInput
source§fn clone(&self) -> UpdateProjectInput
fn clone(&self) -> UpdateProjectInput
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 UpdateProjectInput
impl Debug for UpdateProjectInput
source§impl PartialEq<UpdateProjectInput> for UpdateProjectInput
impl PartialEq<UpdateProjectInput> for UpdateProjectInput
source§fn eq(&self, other: &UpdateProjectInput) -> bool
fn eq(&self, other: &UpdateProjectInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.