Struct aws_sdk_codestar::operation::describe_project::builders::DescribeProjectOutputBuilder
source · #[non_exhaustive]pub struct DescribeProjectOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeProjectOutput
.
Implementations§
source§impl DescribeProjectOutputBuilder
impl DescribeProjectOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the project.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the project.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the project, if any.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the project, if any.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the project, if any.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
A user- or system-generated token that identifies the entity that requested project creation.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
A user- or system-generated token that identifies the entity that requested project creation.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
A user- or system-generated token that identifies the entity that requested project creation.
sourcepub fn created_time_stamp(self, input: DateTime) -> Self
pub fn created_time_stamp(self, input: DateTime) -> Self
The date and time the project was created, in timestamp format.
sourcepub fn set_created_time_stamp(self, input: Option<DateTime>) -> Self
pub fn set_created_time_stamp(self, input: Option<DateTime>) -> Self
The date and time the project was created, in timestamp format.
sourcepub fn get_created_time_stamp(&self) -> &Option<DateTime>
pub fn get_created_time_stamp(&self) -> &Option<DateTime>
The date and time the project was created, in timestamp format.
sourcepub fn stack_id(self, input: impl Into<String>) -> Self
pub fn stack_id(self, input: impl Into<String>) -> Self
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
sourcepub fn set_stack_id(self, input: Option<String>) -> Self
pub fn set_stack_id(self, input: Option<String>) -> Self
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
sourcepub fn get_stack_id(&self) -> &Option<String>
pub fn get_stack_id(&self) -> &Option<String>
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
sourcepub fn project_template_id(self, input: impl Into<String>) -> Self
pub fn project_template_id(self, input: impl Into<String>) -> Self
The ID for the AWS CodeStar project template used to create the project.
sourcepub fn set_project_template_id(self, input: Option<String>) -> Self
pub fn set_project_template_id(self, input: Option<String>) -> Self
The ID for the AWS CodeStar project template used to create the project.
sourcepub fn get_project_template_id(&self) -> &Option<String>
pub fn get_project_template_id(&self) -> &Option<String>
The ID for the AWS CodeStar project template used to create the project.
sourcepub fn status(self, input: ProjectStatus) -> Self
pub fn status(self, input: ProjectStatus) -> Self
The project creation or deletion status.
sourcepub fn set_status(self, input: Option<ProjectStatus>) -> Self
pub fn set_status(self, input: Option<ProjectStatus>) -> Self
The project creation or deletion status.
sourcepub fn get_status(&self) -> &Option<ProjectStatus>
pub fn get_status(&self) -> &Option<ProjectStatus>
The project creation or deletion status.
sourcepub fn build(self) -> DescribeProjectOutput
pub fn build(self) -> DescribeProjectOutput
Consumes the builder and constructs a DescribeProjectOutput
.
Trait Implementations§
source§impl Clone for DescribeProjectOutputBuilder
impl Clone for DescribeProjectOutputBuilder
source§fn clone(&self) -> DescribeProjectOutputBuilder
fn clone(&self) -> DescribeProjectOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeProjectOutputBuilder
impl Debug for DescribeProjectOutputBuilder
source§impl Default for DescribeProjectOutputBuilder
impl Default for DescribeProjectOutputBuilder
source§fn default() -> DescribeProjectOutputBuilder
fn default() -> DescribeProjectOutputBuilder
source§impl PartialEq<DescribeProjectOutputBuilder> for DescribeProjectOutputBuilder
impl PartialEq<DescribeProjectOutputBuilder> for DescribeProjectOutputBuilder
source§fn eq(&self, other: &DescribeProjectOutputBuilder) -> bool
fn eq(&self, other: &DescribeProjectOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.