Struct aws_sdk_devicefarm::operation::get_test_grid_session::builders::GetTestGridSessionInputBuilder
source · #[non_exhaustive]pub struct GetTestGridSessionInputBuilder { /* private fields */ }Expand description
A builder for GetTestGridSessionInput.
Implementations§
source§impl GetTestGridSessionInputBuilder
impl GetTestGridSessionInputBuilder
sourcepub fn project_arn(self, input: impl Into<String>) -> Self
pub fn project_arn(self, input: impl Into<String>) -> Self
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
sourcepub fn set_project_arn(self, input: Option<String>) -> Self
pub fn set_project_arn(self, input: Option<String>) -> Self
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
sourcepub fn session_id(self, input: impl Into<String>) -> Self
pub fn session_id(self, input: impl Into<String>) -> Self
An ID associated with this session.
sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
An ID associated with this session.
sourcepub fn session_arn(self, input: impl Into<String>) -> Self
pub fn session_arn(self, input: impl Into<String>) -> Self
An ARN that uniquely identifies a TestGridSession.
sourcepub fn set_session_arn(self, input: Option<String>) -> Self
pub fn set_session_arn(self, input: Option<String>) -> Self
An ARN that uniquely identifies a TestGridSession.
sourcepub fn build(self) -> Result<GetTestGridSessionInput, BuildError>
pub fn build(self) -> Result<GetTestGridSessionInput, BuildError>
Consumes the builder and constructs a GetTestGridSessionInput.
Trait Implementations§
source§impl Clone for GetTestGridSessionInputBuilder
impl Clone for GetTestGridSessionInputBuilder
source§fn clone(&self) -> GetTestGridSessionInputBuilder
fn clone(&self) -> GetTestGridSessionInputBuilder
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 Default for GetTestGridSessionInputBuilder
impl Default for GetTestGridSessionInputBuilder
source§fn default() -> GetTestGridSessionInputBuilder
fn default() -> GetTestGridSessionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetTestGridSessionInputBuilder> for GetTestGridSessionInputBuilder
impl PartialEq<GetTestGridSessionInputBuilder> for GetTestGridSessionInputBuilder
source§fn eq(&self, other: &GetTestGridSessionInputBuilder) -> bool
fn eq(&self, other: &GetTestGridSessionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.