Struct aws_sdk_support::output::resolve_case_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ResolveCaseOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn initial_case_status(self, input: impl Into<String>) -> Self
pub fn initial_case_status(self, input: impl Into<String>) -> Self
The status of the case when the ResolveCase request was sent.
sourcepub fn set_initial_case_status(self, input: Option<String>) -> Self
pub fn set_initial_case_status(self, input: Option<String>) -> Self
The status of the case when the ResolveCase request was sent.
sourcepub fn final_case_status(self, input: impl Into<String>) -> Self
pub fn final_case_status(self, input: impl Into<String>) -> Self
The status of the case after the ResolveCase request was processed.
sourcepub fn set_final_case_status(self, input: Option<String>) -> Self
pub fn set_final_case_status(self, input: Option<String>) -> Self
The status of the case after the ResolveCase request was processed.
sourcepub fn build(self) -> ResolveCaseOutput
pub fn build(self) -> ResolveCaseOutput
Consumes the builder and constructs a ResolveCaseOutput.