#[non_exhaustive]pub struct GetCaseOutputBuilder { /* private fields */ }
Expand description
A builder for GetCaseOutput
.
Implementations§
source§impl GetCaseOutputBuilder
impl GetCaseOutputBuilder
sourcepub fn fields(self, input: FieldValue) -> Self
pub fn fields(self, input: FieldValue) -> Self
Appends an item to fields
.
To override the contents of this collection use set_fields
.
A list of detailed field information.
sourcepub fn set_fields(self, input: Option<Vec<FieldValue>>) -> Self
pub fn set_fields(self, input: Option<Vec<FieldValue>>) -> Self
A list of detailed field information.
sourcepub fn get_fields(&self) -> &Option<Vec<FieldValue>>
pub fn get_fields(&self) -> &Option<Vec<FieldValue>>
A list of detailed field information.
sourcepub fn template_id(self, input: impl Into<String>) -> Self
pub fn template_id(self, input: impl Into<String>) -> Self
A unique identifier of a template.
sourcepub fn set_template_id(self, input: Option<String>) -> Self
pub fn set_template_id(self, input: Option<String>) -> Self
A unique identifier of a template.
sourcepub fn get_template_id(&self) -> &Option<String>
pub fn get_template_id(&self) -> &Option<String>
A unique identifier of a template.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results. This is null if there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results. This is null if there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of results. This is null if there are no more results to return.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
sourcepub fn build(self) -> GetCaseOutput
pub fn build(self) -> GetCaseOutput
Consumes the builder and constructs a GetCaseOutput
.
Trait Implementations§
source§impl Clone for GetCaseOutputBuilder
impl Clone for GetCaseOutputBuilder
source§fn clone(&self) -> GetCaseOutputBuilder
fn clone(&self) -> GetCaseOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetCaseOutputBuilder
impl Debug for GetCaseOutputBuilder
source§impl Default for GetCaseOutputBuilder
impl Default for GetCaseOutputBuilder
source§fn default() -> GetCaseOutputBuilder
fn default() -> GetCaseOutputBuilder
source§impl PartialEq for GetCaseOutputBuilder
impl PartialEq for GetCaseOutputBuilder
source§fn eq(&self, other: &GetCaseOutputBuilder) -> bool
fn eq(&self, other: &GetCaseOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.