Struct aws_sdk_support::input::describe_services_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DescribeServicesInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_code_list(self, input: impl Into<String>) -> Self
pub fn service_code_list(self, input: impl Into<String>) -> Self
Appends an item to service_code_list.
To override the contents of this collection use set_service_code_list.
A JSON-formatted list of service codes available for Amazon Web Services services.
sourcepub fn set_service_code_list(self, input: Option<Vec<String>>) -> Self
pub fn set_service_code_list(self, input: Option<Vec<String>>) -> Self
A JSON-formatted list of service codes available for Amazon Web Services services.
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 English ("en") and Japanese ("ja"). 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 English ("en") and Japanese ("ja"). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
sourcepub fn build(self) -> Result<DescribeServicesInput, BuildError>
pub fn build(self) -> Result<DescribeServicesInput, BuildError>
Consumes the builder and constructs a DescribeServicesInput.