Struct aws_sdk_iotthingsgraph::operation::get_namespace_deletion_status::builders::GetNamespaceDeletionStatusOutputBuilder
source · #[non_exhaustive]pub struct GetNamespaceDeletionStatusOutputBuilder { /* private fields */ }Expand description
A builder for GetNamespaceDeletionStatusOutput.
Implementations§
source§impl GetNamespaceDeletionStatusOutputBuilder
impl GetNamespaceDeletionStatusOutputBuilder
sourcepub fn namespace_arn(self, input: impl Into<String>) -> Self
pub fn namespace_arn(self, input: impl Into<String>) -> Self
The ARN of the namespace that is being deleted.
sourcepub fn set_namespace_arn(self, input: Option<String>) -> Self
pub fn set_namespace_arn(self, input: Option<String>) -> Self
The ARN of the namespace that is being deleted.
sourcepub fn get_namespace_arn(&self) -> &Option<String>
pub fn get_namespace_arn(&self) -> &Option<String>
The ARN of the namespace that is being deleted.
sourcepub fn namespace_name(self, input: impl Into<String>) -> Self
pub fn namespace_name(self, input: impl Into<String>) -> Self
The name of the namespace that is being deleted.
sourcepub fn set_namespace_name(self, input: Option<String>) -> Self
pub fn set_namespace_name(self, input: Option<String>) -> Self
The name of the namespace that is being deleted.
sourcepub fn get_namespace_name(&self) -> &Option<String>
pub fn get_namespace_name(&self) -> &Option<String>
The name of the namespace that is being deleted.
sourcepub fn status(self, input: NamespaceDeletionStatus) -> Self
pub fn status(self, input: NamespaceDeletionStatus) -> Self
The status of the deletion request.
sourcepub fn set_status(self, input: Option<NamespaceDeletionStatus>) -> Self
pub fn set_status(self, input: Option<NamespaceDeletionStatus>) -> Self
The status of the deletion request.
sourcepub fn get_status(&self) -> &Option<NamespaceDeletionStatus>
pub fn get_status(&self) -> &Option<NamespaceDeletionStatus>
The status of the deletion request.
sourcepub fn error_code(self, input: NamespaceDeletionStatusErrorCodes) -> Self
pub fn error_code(self, input: NamespaceDeletionStatusErrorCodes) -> Self
An error code returned by the namespace deletion task.
sourcepub fn set_error_code(
self,
input: Option<NamespaceDeletionStatusErrorCodes>
) -> Self
pub fn set_error_code( self, input: Option<NamespaceDeletionStatusErrorCodes> ) -> Self
An error code returned by the namespace deletion task.
sourcepub fn get_error_code(&self) -> &Option<NamespaceDeletionStatusErrorCodes>
pub fn get_error_code(&self) -> &Option<NamespaceDeletionStatusErrorCodes>
An error code returned by the namespace deletion task.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
An error code returned by the namespace deletion task.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
An error code returned by the namespace deletion task.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
An error code returned by the namespace deletion task.
sourcepub fn build(self) -> GetNamespaceDeletionStatusOutput
pub fn build(self) -> GetNamespaceDeletionStatusOutput
Consumes the builder and constructs a GetNamespaceDeletionStatusOutput.
Trait Implementations§
source§impl Clone for GetNamespaceDeletionStatusOutputBuilder
impl Clone for GetNamespaceDeletionStatusOutputBuilder
source§fn clone(&self) -> GetNamespaceDeletionStatusOutputBuilder
fn clone(&self) -> GetNamespaceDeletionStatusOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetNamespaceDeletionStatusOutputBuilder
impl Default for GetNamespaceDeletionStatusOutputBuilder
source§fn default() -> GetNamespaceDeletionStatusOutputBuilder
fn default() -> GetNamespaceDeletionStatusOutputBuilder
source§impl PartialEq for GetNamespaceDeletionStatusOutputBuilder
impl PartialEq for GetNamespaceDeletionStatusOutputBuilder
source§fn eq(&self, other: &GetNamespaceDeletionStatusOutputBuilder) -> bool
fn eq(&self, other: &GetNamespaceDeletionStatusOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.