Struct aws_sdk_codestarnotifications::operation::list_targets::builders::ListTargetsOutputBuilder
source · #[non_exhaustive]pub struct ListTargetsOutputBuilder { /* private fields */ }
Expand description
A builder for ListTargetsOutput
.
Implementations§
source§impl ListTargetsOutputBuilder
impl ListTargetsOutputBuilder
sourcepub fn targets(self, input: TargetSummary) -> Self
pub fn targets(self, input: TargetSummary) -> Self
Appends an item to targets
.
To override the contents of this collection use set_targets
.
The list of notification rule targets.
sourcepub fn set_targets(self, input: Option<Vec<TargetSummary>>) -> Self
pub fn set_targets(self, input: Option<Vec<TargetSummary>>) -> Self
The list of notification rule targets.
sourcepub fn get_targets(&self) -> &Option<Vec<TargetSummary>>
pub fn get_targets(&self) -> &Option<Vec<TargetSummary>>
The list of notification rule targets.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An enumeration token that can be used in a request to return the next batch of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An enumeration token that can be used in a request to return the next batch of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
An enumeration token that can be used in a request to return the next batch of results.
sourcepub fn build(self) -> ListTargetsOutput
pub fn build(self) -> ListTargetsOutput
Consumes the builder and constructs a ListTargetsOutput
.
Trait Implementations§
source§impl Clone for ListTargetsOutputBuilder
impl Clone for ListTargetsOutputBuilder
source§fn clone(&self) -> ListTargetsOutputBuilder
fn clone(&self) -> ListTargetsOutputBuilder
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 Debug for ListTargetsOutputBuilder
impl Debug for ListTargetsOutputBuilder
source§impl Default for ListTargetsOutputBuilder
impl Default for ListTargetsOutputBuilder
source§fn default() -> ListTargetsOutputBuilder
fn default() -> ListTargetsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListTargetsOutputBuilder> for ListTargetsOutputBuilder
impl PartialEq<ListTargetsOutputBuilder> for ListTargetsOutputBuilder
source§fn eq(&self, other: &ListTargetsOutputBuilder) -> bool
fn eq(&self, other: &ListTargetsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListTargetsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListTargetsOutputBuilder
impl Send for ListTargetsOutputBuilder
impl Sync for ListTargetsOutputBuilder
impl Unpin for ListTargetsOutputBuilder
impl UnwindSafe for ListTargetsOutputBuilder
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