pub struct Builder { /* private fields */ }Expand description
A builder for DescribeNotificationSubscriptionsOutput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn subscriptions(self, input: Subscription) -> Self
pub fn subscriptions(self, input: Subscription) -> Self
Appends an item to subscriptions.
To override the contents of this collection use set_subscriptions.
The subscriptions.
sourcepub fn set_subscriptions(self, input: Option<Vec<Subscription>>) -> Self
pub fn set_subscriptions(self, input: Option<Vec<Subscription>>) -> Self
The subscriptions.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn build(self) -> DescribeNotificationSubscriptionsOutput
pub fn build(self) -> DescribeNotificationSubscriptionsOutput
Consumes the builder and constructs a DescribeNotificationSubscriptionsOutput.
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