pub struct Builder { /* private fields */ }
Expand description
A builder for ListNotificationRulesOutput
.
Implementations§
source§impl Builder
impl Builder
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 the 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 the results.
sourcepub fn notification_rules(self, input: NotificationRuleSummary) -> Self
pub fn notification_rules(self, input: NotificationRuleSummary) -> Self
Appends an item to notification_rules
.
To override the contents of this collection use set_notification_rules
.
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
sourcepub fn set_notification_rules(
self,
input: Option<Vec<NotificationRuleSummary>>
) -> Self
pub fn set_notification_rules(
self,
input: Option<Vec<NotificationRuleSummary>>
) -> Self
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
sourcepub fn build(self) -> ListNotificationRulesOutput
pub fn build(self) -> ListNotificationRulesOutput
Consumes the builder and constructs a ListNotificationRulesOutput
.