pub struct Builder { /* private fields */ }Expand description
A builder for Service.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn code(self, input: impl Into<String>) -> Self
pub fn code(self, input: impl Into<String>) -> Self
The code for an Amazon Web Services service returned by the DescribeServices response. The name element contains the corresponding friendly name.
sourcepub fn set_code(self, input: Option<String>) -> Self
pub fn set_code(self, input: Option<String>) -> Self
The code for an Amazon Web Services service returned by the DescribeServices response. The name element contains the corresponding friendly name.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The friendly name for an Amazon Web Services service. The code element contains the corresponding code.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The friendly name for an Amazon Web Services service. The code element contains the corresponding code.
sourcepub fn categories(self, input: Category) -> Self
pub fn categories(self, input: Category) -> Self
Appends an item to categories.
To override the contents of this collection use set_categories.
A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to Amazon Web Services Support when you call CreateCase.
sourcepub fn set_categories(self, input: Option<Vec<Category>>) -> Self
pub fn set_categories(self, input: Option<Vec<Category>>) -> Self
A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to Amazon Web Services Support when you call CreateCase.