Struct aws_sdk_codecommit::operation::post_comment_reply::builders::PostCommentReplyOutputBuilder
source · #[non_exhaustive]pub struct PostCommentReplyOutputBuilder { /* private fields */ }Expand description
A builder for PostCommentReplyOutput.
Implementations§
source§impl PostCommentReplyOutputBuilder
impl PostCommentReplyOutputBuilder
sourcepub fn set_comment(self, input: Option<Comment>) -> Self
pub fn set_comment(self, input: Option<Comment>) -> Self
Information about the reply to a comment.
sourcepub fn get_comment(&self) -> &Option<Comment>
pub fn get_comment(&self) -> &Option<Comment>
Information about the reply to a comment.
sourcepub fn build(self) -> PostCommentReplyOutput
pub fn build(self) -> PostCommentReplyOutput
Consumes the builder and constructs a PostCommentReplyOutput.
Trait Implementations§
source§impl Clone for PostCommentReplyOutputBuilder
impl Clone for PostCommentReplyOutputBuilder
source§fn clone(&self) -> PostCommentReplyOutputBuilder
fn clone(&self) -> PostCommentReplyOutputBuilder
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 PostCommentReplyOutputBuilder
impl Default for PostCommentReplyOutputBuilder
source§fn default() -> PostCommentReplyOutputBuilder
fn default() -> PostCommentReplyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PostCommentReplyOutputBuilder> for PostCommentReplyOutputBuilder
impl PartialEq<PostCommentReplyOutputBuilder> for PostCommentReplyOutputBuilder
source§fn eq(&self, other: &PostCommentReplyOutputBuilder) -> bool
fn eq(&self, other: &PostCommentReplyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PostCommentReplyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PostCommentReplyOutputBuilder
impl Send for PostCommentReplyOutputBuilder
impl Sync for PostCommentReplyOutputBuilder
impl Unpin for PostCommentReplyOutputBuilder
impl UnwindSafe for PostCommentReplyOutputBuilder
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