#[non_exhaustive]pub struct GetDomainOutputBuilder { /* private fields */ }
Expand description
A builder for GetDomainOutput
.
Implementations§
source§impl GetDomainOutputBuilder
impl GetDomainOutputBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The unique identifier of the Cases domain.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The unique identifier of the Cases domain.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The unique identifier of the Cases domain.
sourcepub fn domain_arn(self, input: impl Into<String>) -> Self
pub fn domain_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the Cases domain.
sourcepub fn set_domain_arn(self, input: Option<String>) -> Self
pub fn set_domain_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the Cases domain.
sourcepub fn get_domain_arn(&self) -> &Option<String>
pub fn get_domain_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the Cases domain.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The timestamp when the Cases domain was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The timestamp when the Cases domain was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
The timestamp when the Cases domain was created.
sourcepub fn domain_status(self, input: DomainStatus) -> Self
pub fn domain_status(self, input: DomainStatus) -> Self
The status of the Cases domain.
sourcepub fn set_domain_status(self, input: Option<DomainStatus>) -> Self
pub fn set_domain_status(self, input: Option<DomainStatus>) -> Self
The status of the Cases domain.
sourcepub fn get_domain_status(&self) -> &Option<DomainStatus>
pub fn get_domain_status(&self) -> &Option<DomainStatus>
The status of the Cases domain.
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) -> GetDomainOutput
pub fn build(self) -> GetDomainOutput
Consumes the builder and constructs a GetDomainOutput
.
Trait Implementations§
source§impl Clone for GetDomainOutputBuilder
impl Clone for GetDomainOutputBuilder
source§fn clone(&self) -> GetDomainOutputBuilder
fn clone(&self) -> GetDomainOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetDomainOutputBuilder
impl Debug for GetDomainOutputBuilder
source§impl Default for GetDomainOutputBuilder
impl Default for GetDomainOutputBuilder
source§fn default() -> GetDomainOutputBuilder
fn default() -> GetDomainOutputBuilder
source§impl PartialEq for GetDomainOutputBuilder
impl PartialEq for GetDomainOutputBuilder
source§fn eq(&self, other: &GetDomainOutputBuilder) -> bool
fn eq(&self, other: &GetDomainOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.