Struct aws_sdk_workdocs::operation::describe_notification_subscriptions::builders::DescribeNotificationSubscriptionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeNotificationSubscriptionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeNotificationSubscriptionsOutput
.
Implementations§
source§impl DescribeNotificationSubscriptionsOutputBuilder
impl DescribeNotificationSubscriptionsOutputBuilder
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§
source§impl Clone for DescribeNotificationSubscriptionsOutputBuilder
impl Clone for DescribeNotificationSubscriptionsOutputBuilder
source§fn clone(&self) -> DescribeNotificationSubscriptionsOutputBuilder
fn clone(&self) -> DescribeNotificationSubscriptionsOutputBuilder
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 DescribeNotificationSubscriptionsOutputBuilder
impl Default for DescribeNotificationSubscriptionsOutputBuilder
source§fn default() -> DescribeNotificationSubscriptionsOutputBuilder
fn default() -> DescribeNotificationSubscriptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeNotificationSubscriptionsOutputBuilder> for DescribeNotificationSubscriptionsOutputBuilder
impl PartialEq<DescribeNotificationSubscriptionsOutputBuilder> for DescribeNotificationSubscriptionsOutputBuilder
source§fn eq(&self, other: &DescribeNotificationSubscriptionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeNotificationSubscriptionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.