Struct aws_sdk_support::operation::describe_create_case_options::DescribeCreateCaseOptionsInput
source · #[non_exhaustive]pub struct DescribeCreateCaseOptionsInput { /* private fields */ }Implementations§
source§impl DescribeCreateCaseOptionsInput
impl DescribeCreateCaseOptionsInput
sourcepub fn issue_type(&self) -> Option<&str>
pub fn issue_type(&self) -> Option<&str>
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) -> Option<&str>
pub fn service_code(&self) -> Option<&str>
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.
sourcepub fn language(&self) -> Option<&str>
pub fn language(&self) -> Option<&str>
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) -> Option<&str>
pub fn category_code(&self) -> Option<&str>
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.
source§impl DescribeCreateCaseOptionsInput
impl DescribeCreateCaseOptionsInput
sourcepub fn builder() -> DescribeCreateCaseOptionsInputBuilder
pub fn builder() -> DescribeCreateCaseOptionsInputBuilder
Creates a new builder-style object to manufacture DescribeCreateCaseOptionsInput.
source§impl DescribeCreateCaseOptionsInput
impl DescribeCreateCaseOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeCreateCaseOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeCreateCaseOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeCreateCaseOptions>
Trait Implementations§
source§impl Clone for DescribeCreateCaseOptionsInput
impl Clone for DescribeCreateCaseOptionsInput
source§fn clone(&self) -> DescribeCreateCaseOptionsInput
fn clone(&self) -> DescribeCreateCaseOptionsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<DescribeCreateCaseOptionsInput> for DescribeCreateCaseOptionsInput
impl PartialEq<DescribeCreateCaseOptionsInput> for DescribeCreateCaseOptionsInput
source§fn eq(&self, other: &DescribeCreateCaseOptionsInput) -> bool
fn eq(&self, other: &DescribeCreateCaseOptionsInput) -> bool
self and other values to be equal, and is used
by ==.