pub struct Builder { /* private fields */ }Expand description
A builder for CreateCodeReviewOutput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn code_review(self, input: CodeReview) -> Self
pub fn code_review(self, input: CodeReview) -> Self
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
sourcepub fn set_code_review(self, input: Option<CodeReview>) -> Self
pub fn set_code_review(self, input: Option<CodeReview>) -> Self
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
sourcepub fn build(self) -> CreateCodeReviewOutput
pub fn build(self) -> CreateCodeReviewOutput
Consumes the builder and constructs a CreateCodeReviewOutput.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more