Struct aws_sdk_datazone::operation::cancel_subscription::builders::CancelSubscriptionOutputBuilder
source · #[non_exhaustive]pub struct CancelSubscriptionOutputBuilder { /* private fields */ }
Expand description
A builder for CancelSubscriptionOutput
.
Implementations§
source§impl CancelSubscriptionOutputBuilder
impl CancelSubscriptionOutputBuilder
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
Specifies the Amazon DataZone user who is cancelling the subscription.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
Specifies the Amazon DataZone user who is cancelling the subscription.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
Specifies the Amazon DataZone user who is cancelling the subscription.
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
pub fn updated_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user that cancelled the subscription.
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The Amazon DataZone user that cancelled the subscription.
sourcepub fn get_updated_by(&self) -> &Option<String>
pub fn get_updated_by(&self) -> &Option<String>
The Amazon DataZone user that cancelled the subscription.
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
sourcepub fn status(self, input: SubscriptionStatus) -> Self
pub fn status(self, input: SubscriptionStatus) -> Self
The status of the request to cancel the subscription.
sourcepub fn set_status(self, input: Option<SubscriptionStatus>) -> Self
pub fn set_status(self, input: Option<SubscriptionStatus>) -> Self
The status of the request to cancel the subscription.
sourcepub fn get_status(&self) -> &Option<SubscriptionStatus>
pub fn get_status(&self) -> &Option<SubscriptionStatus>
The status of the request to cancel the subscription.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp that specifies when the request to cancel the subscription was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp that specifies when the request to cancel the subscription was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp that specifies when the request to cancel the subscription was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp that specifies when the subscription was cancelled.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp that specifies when the subscription was cancelled.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp that specifies when the subscription was cancelled.
sourcepub fn subscribed_principal(self, input: SubscribedPrincipal) -> Self
pub fn subscribed_principal(self, input: SubscribedPrincipal) -> Self
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
sourcepub fn set_subscribed_principal(
self,
input: Option<SubscribedPrincipal>
) -> Self
pub fn set_subscribed_principal( self, input: Option<SubscribedPrincipal> ) -> Self
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
sourcepub fn get_subscribed_principal(&self) -> &Option<SubscribedPrincipal>
pub fn get_subscribed_principal(&self) -> &Option<SubscribedPrincipal>
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
sourcepub fn subscribed_listing(self, input: SubscribedListing) -> Self
pub fn subscribed_listing(self, input: SubscribedListing) -> Self
The asset to which a subscription is being cancelled.
sourcepub fn set_subscribed_listing(self, input: Option<SubscribedListing>) -> Self
pub fn set_subscribed_listing(self, input: Option<SubscribedListing>) -> Self
The asset to which a subscription is being cancelled.
sourcepub fn get_subscribed_listing(&self) -> &Option<SubscribedListing>
pub fn get_subscribed_listing(&self) -> &Option<SubscribedListing>
The asset to which a subscription is being cancelled.
sourcepub fn subscription_request_id(self, input: impl Into<String>) -> Self
pub fn subscription_request_id(self, input: impl Into<String>) -> Self
The unique ID of the subscripton request for the subscription that is being cancelled.
sourcepub fn set_subscription_request_id(self, input: Option<String>) -> Self
pub fn set_subscription_request_id(self, input: Option<String>) -> Self
The unique ID of the subscripton request for the subscription that is being cancelled.
sourcepub fn get_subscription_request_id(&self) -> &Option<String>
pub fn get_subscription_request_id(&self) -> &Option<String>
The unique ID of the subscripton request for the subscription that is being cancelled.
sourcepub fn retain_permissions(self, input: bool) -> Self
pub fn retain_permissions(self, input: bool) -> Self
Specifies whether the permissions to the asset are retained after the subscription is cancelled.
sourcepub fn set_retain_permissions(self, input: Option<bool>) -> Self
pub fn set_retain_permissions(self, input: Option<bool>) -> Self
Specifies whether the permissions to the asset are retained after the subscription is cancelled.
sourcepub fn get_retain_permissions(&self) -> &Option<bool>
pub fn get_retain_permissions(&self) -> &Option<bool>
Specifies whether the permissions to the asset are retained after the subscription is cancelled.
sourcepub fn build(self) -> CancelSubscriptionOutput
pub fn build(self) -> CancelSubscriptionOutput
Consumes the builder and constructs a CancelSubscriptionOutput
.
Trait Implementations§
source§impl Clone for CancelSubscriptionOutputBuilder
impl Clone for CancelSubscriptionOutputBuilder
source§fn clone(&self) -> CancelSubscriptionOutputBuilder
fn clone(&self) -> CancelSubscriptionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CancelSubscriptionOutputBuilder
impl Default for CancelSubscriptionOutputBuilder
source§fn default() -> CancelSubscriptionOutputBuilder
fn default() -> CancelSubscriptionOutputBuilder
source§impl PartialEq for CancelSubscriptionOutputBuilder
impl PartialEq for CancelSubscriptionOutputBuilder
source§fn eq(&self, other: &CancelSubscriptionOutputBuilder) -> bool
fn eq(&self, other: &CancelSubscriptionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.