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