Struct aws_sdk_ssoadmin::operation::describe_account_assignment_creation_status::builders::DescribeAccountAssignmentCreationStatusInputBuilder
source · #[non_exhaustive]pub struct DescribeAccountAssignmentCreationStatusInputBuilder { /* private fields */ }
Expand description
A builder for DescribeAccountAssignmentCreationStatusInput
.
Implementations§
source§impl DescribeAccountAssignmentCreationStatusInputBuilder
impl DescribeAccountAssignmentCreationStatusInputBuilder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
This field is required.sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn get_instance_arn(&self) -> &Option<String>
pub fn get_instance_arn(&self) -> &Option<String>
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn account_assignment_creation_request_id(
self,
input: impl Into<String>
) -> Self
pub fn account_assignment_creation_request_id( self, input: impl Into<String> ) -> Self
The identifier that is used to track the request operation progress.
This field is required.sourcepub fn set_account_assignment_creation_request_id(
self,
input: Option<String>
) -> Self
pub fn set_account_assignment_creation_request_id( self, input: Option<String> ) -> Self
The identifier that is used to track the request operation progress.
sourcepub fn get_account_assignment_creation_request_id(&self) -> &Option<String>
pub fn get_account_assignment_creation_request_id(&self) -> &Option<String>
The identifier that is used to track the request operation progress.
sourcepub fn build(
self
) -> Result<DescribeAccountAssignmentCreationStatusInput, BuildError>
pub fn build( self ) -> Result<DescribeAccountAssignmentCreationStatusInput, BuildError>
Consumes the builder and constructs a DescribeAccountAssignmentCreationStatusInput
.
source§impl DescribeAccountAssignmentCreationStatusInputBuilder
impl DescribeAccountAssignmentCreationStatusInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeAccountAssignmentCreationStatusOutput, SdkError<DescribeAccountAssignmentCreationStatusError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeAccountAssignmentCreationStatusOutput, SdkError<DescribeAccountAssignmentCreationStatusError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeAccountAssignmentCreationStatusInputBuilder
impl Clone for DescribeAccountAssignmentCreationStatusInputBuilder
source§fn clone(&self) -> DescribeAccountAssignmentCreationStatusInputBuilder
fn clone(&self) -> DescribeAccountAssignmentCreationStatusInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeAccountAssignmentCreationStatusInputBuilder
impl Default for DescribeAccountAssignmentCreationStatusInputBuilder
source§fn default() -> DescribeAccountAssignmentCreationStatusInputBuilder
fn default() -> DescribeAccountAssignmentCreationStatusInputBuilder
source§impl PartialEq for DescribeAccountAssignmentCreationStatusInputBuilder
impl PartialEq for DescribeAccountAssignmentCreationStatusInputBuilder
source§fn eq(
&self,
other: &DescribeAccountAssignmentCreationStatusInputBuilder
) -> bool
fn eq( &self, other: &DescribeAccountAssignmentCreationStatusInputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.