Struct aws_sdk_workmail::operation::describe_organization::builders::DescribeOrganizationOutputBuilder
source · #[non_exhaustive]pub struct DescribeOrganizationOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeOrganizationOutput
.
Implementations§
source§impl DescribeOrganizationOutputBuilder
impl DescribeOrganizationOutputBuilder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The identifier of an organization.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The identifier of an organization.
sourcepub fn get_organization_id(&self) -> &Option<String>
pub fn get_organization_id(&self) -> &Option<String>
The identifier of an organization.
sourcepub fn directory_id(self, input: impl Into<String>) -> Self
pub fn directory_id(self, input: impl Into<String>) -> Self
The identifier for the directory associated with an WorkMail organization.
sourcepub fn set_directory_id(self, input: Option<String>) -> Self
pub fn set_directory_id(self, input: Option<String>) -> Self
The identifier for the directory associated with an WorkMail organization.
sourcepub fn get_directory_id(&self) -> &Option<String>
pub fn get_directory_id(&self) -> &Option<String>
The identifier for the directory associated with an WorkMail organization.
sourcepub fn directory_type(self, input: impl Into<String>) -> Self
pub fn directory_type(self, input: impl Into<String>) -> Self
The type of directory associated with the WorkMail organization.
sourcepub fn set_directory_type(self, input: Option<String>) -> Self
pub fn set_directory_type(self, input: Option<String>) -> Self
The type of directory associated with the WorkMail organization.
sourcepub fn get_directory_type(&self) -> &Option<String>
pub fn get_directory_type(&self) -> &Option<String>
The type of directory associated with the WorkMail organization.
sourcepub fn default_mail_domain(self, input: impl Into<String>) -> Self
pub fn default_mail_domain(self, input: impl Into<String>) -> Self
The default mail domain associated with the organization.
sourcepub fn set_default_mail_domain(self, input: Option<String>) -> Self
pub fn set_default_mail_domain(self, input: Option<String>) -> Self
The default mail domain associated with the organization.
sourcepub fn get_default_mail_domain(&self) -> &Option<String>
pub fn get_default_mail_domain(&self) -> &Option<String>
The default mail domain associated with the organization.
sourcepub fn completed_date(self, input: DateTime) -> Self
pub fn completed_date(self, input: DateTime) -> Self
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
sourcepub fn set_completed_date(self, input: Option<DateTime>) -> Self
pub fn set_completed_date(self, input: Option<DateTime>) -> Self
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
sourcepub fn get_completed_date(&self) -> &Option<DateTime>
pub fn get_completed_date(&self) -> &Option<DateTime>
The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
(Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the organization.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the organization.
sourcepub fn build(self) -> DescribeOrganizationOutput
pub fn build(self) -> DescribeOrganizationOutput
Consumes the builder and constructs a DescribeOrganizationOutput
.
Trait Implementations§
source§impl Clone for DescribeOrganizationOutputBuilder
impl Clone for DescribeOrganizationOutputBuilder
source§fn clone(&self) -> DescribeOrganizationOutputBuilder
fn clone(&self) -> DescribeOrganizationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeOrganizationOutputBuilder
impl Default for DescribeOrganizationOutputBuilder
source§fn default() -> DescribeOrganizationOutputBuilder
fn default() -> DescribeOrganizationOutputBuilder
source§impl PartialEq<DescribeOrganizationOutputBuilder> for DescribeOrganizationOutputBuilder
impl PartialEq<DescribeOrganizationOutputBuilder> for DescribeOrganizationOutputBuilder
source§fn eq(&self, other: &DescribeOrganizationOutputBuilder) -> bool
fn eq(&self, other: &DescribeOrganizationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.