#[non_exhaustive]pub struct AccountAssignmentOperationStatusMetadataBuilder { /* private fields */ }
Expand description
A builder for AccountAssignmentOperationStatusMetadata
.
Implementations§
source§impl AccountAssignmentOperationStatusMetadataBuilder
impl AccountAssignmentOperationStatusMetadataBuilder
sourcepub fn status(self, input: StatusValues) -> Self
pub fn status(self, input: StatusValues) -> Self
The status of the permission set provisioning process.
sourcepub fn set_status(self, input: Option<StatusValues>) -> Self
pub fn set_status(self, input: Option<StatusValues>) -> Self
The status of the permission set provisioning process.
sourcepub fn get_status(&self) -> &Option<StatusValues>
pub fn get_status(&self) -> &Option<StatusValues>
The status of the permission set provisioning process.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
sourcepub fn created_date(self, input: DateTime) -> Self
pub fn created_date(self, input: DateTime) -> Self
The date that the permission set was created.
sourcepub fn set_created_date(self, input: Option<DateTime>) -> Self
pub fn set_created_date(self, input: Option<DateTime>) -> Self
The date that the permission set was created.
sourcepub fn get_created_date(&self) -> &Option<DateTime>
pub fn get_created_date(&self) -> &Option<DateTime>
The date that the permission set was created.
sourcepub fn build(self) -> AccountAssignmentOperationStatusMetadata
pub fn build(self) -> AccountAssignmentOperationStatusMetadata
Consumes the builder and constructs a AccountAssignmentOperationStatusMetadata
.
Trait Implementations§
source§impl Clone for AccountAssignmentOperationStatusMetadataBuilder
impl Clone for AccountAssignmentOperationStatusMetadataBuilder
source§fn clone(&self) -> AccountAssignmentOperationStatusMetadataBuilder
fn clone(&self) -> AccountAssignmentOperationStatusMetadataBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AccountAssignmentOperationStatusMetadataBuilder
impl Default for AccountAssignmentOperationStatusMetadataBuilder
source§fn default() -> AccountAssignmentOperationStatusMetadataBuilder
fn default() -> AccountAssignmentOperationStatusMetadataBuilder
source§impl PartialEq for AccountAssignmentOperationStatusMetadataBuilder
impl PartialEq for AccountAssignmentOperationStatusMetadataBuilder
source§fn eq(&self, other: &AccountAssignmentOperationStatusMetadataBuilder) -> bool
fn eq(&self, other: &AccountAssignmentOperationStatusMetadataBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.