Struct aws_sdk_codecatalyst::operation::get_subscription::builders::GetSubscriptionOutputBuilder
source · #[non_exhaustive]pub struct GetSubscriptionOutputBuilder { /* private fields */ }Expand description
A builder for GetSubscriptionOutput.
Implementations§
source§impl GetSubscriptionOutputBuilder
impl GetSubscriptionOutputBuilder
sourcepub fn subscription_type(self, input: impl Into<String>) -> Self
pub fn subscription_type(self, input: impl Into<String>) -> Self
The type of the billing plan for the space.
sourcepub fn set_subscription_type(self, input: Option<String>) -> Self
pub fn set_subscription_type(self, input: Option<String>) -> Self
The type of the billing plan for the space.
sourcepub fn get_subscription_type(&self) -> &Option<String>
pub fn get_subscription_type(&self) -> &Option<String>
The type of the billing plan for the space.
sourcepub fn aws_account_name(self, input: impl Into<String>) -> Self
pub fn aws_account_name(self, input: impl Into<String>) -> Self
The display name of the Amazon Web Services account used for billing for the space.
sourcepub fn set_aws_account_name(self, input: Option<String>) -> Self
pub fn set_aws_account_name(self, input: Option<String>) -> Self
The display name of the Amazon Web Services account used for billing for the space.
sourcepub fn get_aws_account_name(&self) -> &Option<String>
pub fn get_aws_account_name(&self) -> &Option<String>
The display name of the Amazon Web Services account used for billing for the space.
sourcepub fn build(self) -> GetSubscriptionOutput
pub fn build(self) -> GetSubscriptionOutput
Consumes the builder and constructs a GetSubscriptionOutput.
Trait Implementations§
source§impl Clone for GetSubscriptionOutputBuilder
impl Clone for GetSubscriptionOutputBuilder
source§fn clone(&self) -> GetSubscriptionOutputBuilder
fn clone(&self) -> GetSubscriptionOutputBuilder
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 Debug for GetSubscriptionOutputBuilder
impl Debug for GetSubscriptionOutputBuilder
source§impl Default for GetSubscriptionOutputBuilder
impl Default for GetSubscriptionOutputBuilder
source§fn default() -> GetSubscriptionOutputBuilder
fn default() -> GetSubscriptionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetSubscriptionOutputBuilder
impl PartialEq for GetSubscriptionOutputBuilder
source§fn eq(&self, other: &GetSubscriptionOutputBuilder) -> bool
fn eq(&self, other: &GetSubscriptionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSubscriptionOutputBuilder
Auto Trait Implementations§
impl Freeze for GetSubscriptionOutputBuilder
impl RefUnwindSafe for GetSubscriptionOutputBuilder
impl Send for GetSubscriptionOutputBuilder
impl Sync for GetSubscriptionOutputBuilder
impl Unpin for GetSubscriptionOutputBuilder
impl UnwindSafe for GetSubscriptionOutputBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.