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 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 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<GetSubscriptionOutputBuilder> for GetSubscriptionOutputBuilder
impl PartialEq<GetSubscriptionOutputBuilder> 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 ==.