pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteNotificationSubscriptionInput
.
Implementations§
source§impl Builder
impl Builder
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
.