Struct aws_sdk_inspector::operation::create_resource_group::builders::CreateResourceGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateResourceGroupOutputBuilder { /* private fields */ }Expand description
A builder for CreateResourceGroupOutput.
Implementations§
source§impl CreateResourceGroupOutputBuilder
impl CreateResourceGroupOutputBuilder
sourcepub fn resource_group_arn(self, input: impl Into<String>) -> Self
pub fn resource_group_arn(self, input: impl Into<String>) -> Self
The ARN that specifies the resource group that is created.
sourcepub fn set_resource_group_arn(self, input: Option<String>) -> Self
pub fn set_resource_group_arn(self, input: Option<String>) -> Self
The ARN that specifies the resource group that is created.
sourcepub fn build(self) -> CreateResourceGroupOutput
pub fn build(self) -> CreateResourceGroupOutput
Consumes the builder and constructs a CreateResourceGroupOutput.
Trait Implementations§
source§impl Clone for CreateResourceGroupOutputBuilder
impl Clone for CreateResourceGroupOutputBuilder
source§fn clone(&self) -> CreateResourceGroupOutputBuilder
fn clone(&self) -> CreateResourceGroupOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateResourceGroupOutputBuilder
impl Default for CreateResourceGroupOutputBuilder
source§fn default() -> CreateResourceGroupOutputBuilder
fn default() -> CreateResourceGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateResourceGroupOutputBuilder> for CreateResourceGroupOutputBuilder
impl PartialEq<CreateResourceGroupOutputBuilder> for CreateResourceGroupOutputBuilder
source§fn eq(&self, other: &CreateResourceGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateResourceGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.