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 ==.impl StructuralPartialEq for DescribeSeverityLevelsInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeSeverityLevelsInputBuilder
impl RefUnwindSafe for DescribeSeverityLevelsInputBuilder
impl Send for DescribeSeverityLevelsInputBuilder
impl Sync for DescribeSeverityLevelsInputBuilder
impl Unpin for DescribeSeverityLevelsInputBuilder
impl UnwindSafe for DescribeSeverityLevelsInputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more