Struct aws_sdk_workdocs::operation::delete_notification_subscription::builders::DeleteNotificationSubscriptionInputBuilder
source · #[non_exhaustive]pub struct DeleteNotificationSubscriptionInputBuilder { /* private fields */ }
Expand description
A builder for DeleteNotificationSubscriptionInput
.
Implementations§
source§impl DeleteNotificationSubscriptionInputBuilder
impl DeleteNotificationSubscriptionInputBuilder
sourcepub fn subscription_id(self, input: impl Into<String>) -> Self
pub fn subscription_id(self, input: impl Into<String>) -> Self
The ID of the subscription.
sourcepub fn set_subscription_id(self, input: Option<String>) -> Self
pub fn set_subscription_id(self, input: Option<String>) -> Self
The ID of the subscription.
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The ID of the organization.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The ID of the organization.
sourcepub fn build(self) -> Result<DeleteNotificationSubscriptionInput, BuildError>
pub fn build(self) -> Result<DeleteNotificationSubscriptionInput, BuildError>
Consumes the builder and constructs a DeleteNotificationSubscriptionInput
.
Trait Implementations§
source§impl Clone for DeleteNotificationSubscriptionInputBuilder
impl Clone for DeleteNotificationSubscriptionInputBuilder
source§fn clone(&self) -> DeleteNotificationSubscriptionInputBuilder
fn clone(&self) -> DeleteNotificationSubscriptionInputBuilder
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 DeleteNotificationSubscriptionInputBuilder
impl Default for DeleteNotificationSubscriptionInputBuilder
source§fn default() -> DeleteNotificationSubscriptionInputBuilder
fn default() -> DeleteNotificationSubscriptionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteNotificationSubscriptionInputBuilder> for DeleteNotificationSubscriptionInputBuilder
impl PartialEq<DeleteNotificationSubscriptionInputBuilder> for DeleteNotificationSubscriptionInputBuilder
source§fn eq(&self, other: &DeleteNotificationSubscriptionInputBuilder) -> bool
fn eq(&self, other: &DeleteNotificationSubscriptionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.