Struct aws_sdk_support::operation::describe_severity_levels::builders::DescribeSeverityLevelsInputBuilder
source · #[non_exhaustive]pub struct DescribeSeverityLevelsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeSeverityLevelsInput
.
Implementations§
source§impl DescribeSeverityLevelsInputBuilder
impl DescribeSeverityLevelsInputBuilder
sourcepub fn language(self, input: impl Into<String>) -> Self
pub fn language(self, input: impl Into<String>) -> Self
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language
parameter if you want support in that language.
sourcepub fn set_language(self, input: Option<String>) -> Self
pub fn set_language(self, input: Option<String>) -> Self
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language
parameter if you want support in that language.
sourcepub fn get_language(&self) -> &Option<String>
pub fn get_language(&self) -> &Option<String>
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language
parameter if you want support in that language.
sourcepub fn build(self) -> Result<DescribeSeverityLevelsInput, BuildError>
pub fn build(self) -> Result<DescribeSeverityLevelsInput, BuildError>
Consumes the builder and constructs a DescribeSeverityLevelsInput
.
source§impl DescribeSeverityLevelsInputBuilder
impl DescribeSeverityLevelsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeSeverityLevelsOutput, SdkError<DescribeSeverityLevelsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeSeverityLevelsOutput, SdkError<DescribeSeverityLevelsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeSeverityLevelsInputBuilder
impl Clone for DescribeSeverityLevelsInputBuilder
source§fn clone(&self) -> DescribeSeverityLevelsInputBuilder
fn clone(&self) -> DescribeSeverityLevelsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeSeverityLevelsInputBuilder
impl Default for DescribeSeverityLevelsInputBuilder
source§fn default() -> DescribeSeverityLevelsInputBuilder
fn default() -> DescribeSeverityLevelsInputBuilder
source§impl PartialEq for DescribeSeverityLevelsInputBuilder
impl PartialEq for DescribeSeverityLevelsInputBuilder
source§fn eq(&self, other: &DescribeSeverityLevelsInputBuilder) -> bool
fn eq(&self, other: &DescribeSeverityLevelsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.