#[non_exhaustive]pub struct PermissionSetProvisioningStatusMetadataBuilder { /* private fields */ }
Expand description
A builder for PermissionSetProvisioningStatusMetadata
.
Implementations§
source§impl PermissionSetProvisioningStatusMetadataBuilder
impl PermissionSetProvisioningStatusMetadataBuilder
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) -> PermissionSetProvisioningStatusMetadata
pub fn build(self) -> PermissionSetProvisioningStatusMetadata
Consumes the builder and constructs a PermissionSetProvisioningStatusMetadata
.
Trait Implementations§
source§impl Clone for PermissionSetProvisioningStatusMetadataBuilder
impl Clone for PermissionSetProvisioningStatusMetadataBuilder
source§fn clone(&self) -> PermissionSetProvisioningStatusMetadataBuilder
fn clone(&self) -> PermissionSetProvisioningStatusMetadataBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for PermissionSetProvisioningStatusMetadataBuilder
impl Default for PermissionSetProvisioningStatusMetadataBuilder
source§fn default() -> PermissionSetProvisioningStatusMetadataBuilder
fn default() -> PermissionSetProvisioningStatusMetadataBuilder
source§impl PartialEq for PermissionSetProvisioningStatusMetadataBuilder
impl PartialEq for PermissionSetProvisioningStatusMetadataBuilder
source§fn eq(&self, other: &PermissionSetProvisioningStatusMetadataBuilder) -> bool
fn eq(&self, other: &PermissionSetProvisioningStatusMetadataBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.