Struct aws_sdk_support::operation::describe_create_case_options::builders::DescribeCreateCaseOptionsInputBuilder
source · #[non_exhaustive]pub struct DescribeCreateCaseOptionsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeCreateCaseOptionsInput
.
Implementations§
source§impl DescribeCreateCaseOptionsInputBuilder
impl DescribeCreateCaseOptionsInputBuilder
sourcepub fn issue_type(self, input: impl Into<String>) -> Self
pub fn issue_type(self, input: impl Into<String>) -> Self
The type of issue for the case. You can specify customer-service
or technical
. If you don't specify a value, the default is technical
.
sourcepub fn set_issue_type(self, input: Option<String>) -> Self
pub fn set_issue_type(self, input: Option<String>) -> Self
The type of issue for the case. You can specify customer-service
or technical
. If you don't specify a value, the default is technical
.
sourcepub fn get_issue_type(&self) -> &Option<String>
pub fn get_issue_type(&self) -> &Option<String>
The type of issue for the case. You can specify customer-service
or technical
. If you don't specify a value, the default is technical
.
sourcepub fn service_code(self, input: impl Into<String>) -> Self
pub fn service_code(self, input: impl Into<String>) -> Self
The code for the Amazon Web Services service. You can use the DescribeServices
operation to get the possible serviceCode
values.
sourcepub fn set_service_code(self, input: Option<String>) -> Self
pub fn set_service_code(self, input: Option<String>) -> Self
The code for the Amazon Web Services service. You can use the DescribeServices
operation to get the possible serviceCode
values.
sourcepub fn get_service_code(&self) -> &Option<String>
pub fn get_service_code(&self) -> &Option<String>
The code for the Amazon Web Services service. You can use the DescribeServices
operation to get the possible serviceCode
values.
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 category_code(self, input: impl Into<String>) -> Self
pub fn category_code(self, input: impl Into<String>) -> Self
The category of problem for the support case. You also use the DescribeServices
operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
sourcepub fn set_category_code(self, input: Option<String>) -> Self
pub fn set_category_code(self, input: Option<String>) -> Self
The category of problem for the support case. You also use the DescribeServices
operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
sourcepub fn get_category_code(&self) -> &Option<String>
pub fn get_category_code(&self) -> &Option<String>
The category of problem for the support case. You also use the DescribeServices
operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
sourcepub fn build(self) -> Result<DescribeCreateCaseOptionsInput, BuildError>
pub fn build(self) -> Result<DescribeCreateCaseOptionsInput, BuildError>
Consumes the builder and constructs a DescribeCreateCaseOptionsInput
.
source§impl DescribeCreateCaseOptionsInputBuilder
impl DescribeCreateCaseOptionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeCreateCaseOptionsOutput, SdkError<DescribeCreateCaseOptionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeCreateCaseOptionsOutput, SdkError<DescribeCreateCaseOptionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeCreateCaseOptionsInputBuilder
impl Clone for DescribeCreateCaseOptionsInputBuilder
source§fn clone(&self) -> DescribeCreateCaseOptionsInputBuilder
fn clone(&self) -> DescribeCreateCaseOptionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeCreateCaseOptionsInputBuilder
impl Default for DescribeCreateCaseOptionsInputBuilder
source§fn default() -> DescribeCreateCaseOptionsInputBuilder
fn default() -> DescribeCreateCaseOptionsInputBuilder
source§impl PartialEq for DescribeCreateCaseOptionsInputBuilder
impl PartialEq for DescribeCreateCaseOptionsInputBuilder
source§fn eq(&self, other: &DescribeCreateCaseOptionsInputBuilder) -> bool
fn eq(&self, other: &DescribeCreateCaseOptionsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.