Struct aws_sdk_support::output::create_case_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateCaseOutput.
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 in the following format: 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 in the following format: case-12345678910-2013-c4c1d2bf33c5cf47
sourcepub fn build(self) -> CreateCaseOutput
pub fn build(self) -> CreateCaseOutput
Consumes the builder and constructs a CreateCaseOutput.