Struct aws_sdk_support::input::resolve_case_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ResolveCaseInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn case_id(self, input: impl Into<String>) -> Self
pub fn case_id(self, input: impl Into<String>) -> Self
The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
sourcepub fn set_case_id(self, input: Option<String>) -> Self
pub fn set_case_id(self, input: Option<String>) -> Self
The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
sourcepub fn build(self) -> Result<ResolveCaseInput, BuildError>
pub fn build(self) -> Result<ResolveCaseInput, BuildError>
Consumes the builder and constructs a ResolveCaseInput.