pub struct Builder { /* private fields */ }Expand description
A builder for GetTestGridProjectInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn project_arn(self, input: impl Into<String>) -> Self
pub fn project_arn(self, input: impl Into<String>) -> Self
The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.
sourcepub fn set_project_arn(self, input: Option<String>) -> Self
pub fn set_project_arn(self, input: Option<String>) -> Self
The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.
sourcepub fn build(self) -> Result<GetTestGridProjectInput, BuildError>
pub fn build(self) -> Result<GetTestGridProjectInput, BuildError>
Consumes the builder and constructs a GetTestGridProjectInput.