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 id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the subscription.
This field is required.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.
This field is required.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.
This field is required.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.
This field is required.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.
This field is required.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.
This field is required.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.
This field is required.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.
This field is required.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) -> Result<CancelSubscriptionOutput, BuildError>
pub fn build(self) -> Result<CancelSubscriptionOutput, BuildError>
Consumes the builder and constructs a CancelSubscriptionOutput.
This method will fail if any of the following fields are not set:
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 ==.impl StructuralPartialEq for CancelSubscriptionOutputBuilder
Auto Trait Implementations§
impl Freeze for CancelSubscriptionOutputBuilder
impl RefUnwindSafe for CancelSubscriptionOutputBuilder
impl Send for CancelSubscriptionOutputBuilder
impl Sync for CancelSubscriptionOutputBuilder
impl Unpin for CancelSubscriptionOutputBuilder
impl UnwindSafe for CancelSubscriptionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more