Struct aws_sdk_codegurureviewer::operation::describe_code_review::builders::DescribeCodeReviewOutputBuilder
source · #[non_exhaustive]pub struct DescribeCodeReviewOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeCodeReviewOutput
.
Implementations§
source§impl DescribeCodeReviewOutputBuilder
impl DescribeCodeReviewOutputBuilder
sourcepub fn code_review(self, input: CodeReview) -> Self
pub fn code_review(self, input: CodeReview) -> Self
Information about the code review.
sourcepub fn set_code_review(self, input: Option<CodeReview>) -> Self
pub fn set_code_review(self, input: Option<CodeReview>) -> Self
Information about the code review.
sourcepub fn get_code_review(&self) -> &Option<CodeReview>
pub fn get_code_review(&self) -> &Option<CodeReview>
Information about the code review.
sourcepub fn build(self) -> DescribeCodeReviewOutput
pub fn build(self) -> DescribeCodeReviewOutput
Consumes the builder and constructs a DescribeCodeReviewOutput
.
Trait Implementations§
source§impl Clone for DescribeCodeReviewOutputBuilder
impl Clone for DescribeCodeReviewOutputBuilder
source§fn clone(&self) -> DescribeCodeReviewOutputBuilder
fn clone(&self) -> DescribeCodeReviewOutputBuilder
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 DescribeCodeReviewOutputBuilder
impl Default for DescribeCodeReviewOutputBuilder
source§fn default() -> DescribeCodeReviewOutputBuilder
fn default() -> DescribeCodeReviewOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeCodeReviewOutputBuilder
impl PartialEq for DescribeCodeReviewOutputBuilder
source§fn eq(&self, other: &DescribeCodeReviewOutputBuilder) -> bool
fn eq(&self, other: &DescribeCodeReviewOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeCodeReviewOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeCodeReviewOutputBuilder
impl RefUnwindSafe for DescribeCodeReviewOutputBuilder
impl Send for DescribeCodeReviewOutputBuilder
impl Sync for DescribeCodeReviewOutputBuilder
impl Unpin for DescribeCodeReviewOutputBuilder
impl UnwindSafe for DescribeCodeReviewOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.