Struct aws_sdk_elasticbeanstalk::operation::describe_configuration_options::builders::DescribeConfigurationOptionsInputBuilder
source · #[non_exhaustive]pub struct DescribeConfigurationOptionsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeConfigurationOptionsInput
.
Implementations§
source§impl DescribeConfigurationOptionsInputBuilder
impl DescribeConfigurationOptionsInputBuilder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
sourcepub fn get_application_name(&self) -> &Option<String>
pub fn get_application_name(&self) -> &Option<String>
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The name of the configuration template whose configuration options you want to describe.
sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
The name of the configuration template whose configuration options you want to describe.
sourcepub fn get_template_name(&self) -> &Option<String>
pub fn get_template_name(&self) -> &Option<String>
The name of the configuration template whose configuration options you want to describe.
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
The name of the environment whose configuration options you want to describe.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
The name of the environment whose configuration options you want to describe.
sourcepub fn get_environment_name(&self) -> &Option<String>
pub fn get_environment_name(&self) -> &Option<String>
The name of the environment whose configuration options you want to describe.
sourcepub fn solution_stack_name(self, input: impl Into<String>) -> Self
pub fn solution_stack_name(self, input: impl Into<String>) -> Self
The name of the solution stack whose configuration options you want to describe.
sourcepub fn set_solution_stack_name(self, input: Option<String>) -> Self
pub fn set_solution_stack_name(self, input: Option<String>) -> Self
The name of the solution stack whose configuration options you want to describe.
sourcepub fn get_solution_stack_name(&self) -> &Option<String>
pub fn get_solution_stack_name(&self) -> &Option<String>
The name of the solution stack whose configuration options you want to describe.
sourcepub fn platform_arn(self, input: impl Into<String>) -> Self
pub fn platform_arn(self, input: impl Into<String>) -> Self
The ARN of the custom platform.
sourcepub fn set_platform_arn(self, input: Option<String>) -> Self
pub fn set_platform_arn(self, input: Option<String>) -> Self
The ARN of the custom platform.
sourcepub fn get_platform_arn(&self) -> &Option<String>
pub fn get_platform_arn(&self) -> &Option<String>
The ARN of the custom platform.
sourcepub fn options(self, input: OptionSpecification) -> Self
pub fn options(self, input: OptionSpecification) -> Self
Appends an item to options
.
To override the contents of this collection use set_options
.
If specified, restricts the descriptions to only the specified options.
sourcepub fn set_options(self, input: Option<Vec<OptionSpecification>>) -> Self
pub fn set_options(self, input: Option<Vec<OptionSpecification>>) -> Self
If specified, restricts the descriptions to only the specified options.
sourcepub fn get_options(&self) -> &Option<Vec<OptionSpecification>>
pub fn get_options(&self) -> &Option<Vec<OptionSpecification>>
If specified, restricts the descriptions to only the specified options.
sourcepub fn build(self) -> Result<DescribeConfigurationOptionsInput, BuildError>
pub fn build(self) -> Result<DescribeConfigurationOptionsInput, BuildError>
Consumes the builder and constructs a DescribeConfigurationOptionsInput
.
source§impl DescribeConfigurationOptionsInputBuilder
impl DescribeConfigurationOptionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeConfigurationOptionsOutput, SdkError<DescribeConfigurationOptionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeConfigurationOptionsOutput, SdkError<DescribeConfigurationOptionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeConfigurationOptionsInputBuilder
impl Clone for DescribeConfigurationOptionsInputBuilder
source§fn clone(&self) -> DescribeConfigurationOptionsInputBuilder
fn clone(&self) -> DescribeConfigurationOptionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeConfigurationOptionsInputBuilder
impl Default for DescribeConfigurationOptionsInputBuilder
source§fn default() -> DescribeConfigurationOptionsInputBuilder
fn default() -> DescribeConfigurationOptionsInputBuilder
source§impl PartialEq<DescribeConfigurationOptionsInputBuilder> for DescribeConfigurationOptionsInputBuilder
impl PartialEq<DescribeConfigurationOptionsInputBuilder> for DescribeConfigurationOptionsInputBuilder
source§fn eq(&self, other: &DescribeConfigurationOptionsInputBuilder) -> bool
fn eq(&self, other: &DescribeConfigurationOptionsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.