Struct aws_sdk_inspector::operation::create_exclusions_preview::builders::CreateExclusionsPreviewOutputBuilder
source · #[non_exhaustive]pub struct CreateExclusionsPreviewOutputBuilder { /* private fields */ }Expand description
A builder for CreateExclusionsPreviewOutput.
Implementations§
source§impl CreateExclusionsPreviewOutputBuilder
impl CreateExclusionsPreviewOutputBuilder
sourcepub fn preview_token(self, input: impl Into<String>) -> Self
pub fn preview_token(self, input: impl Into<String>) -> Self
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
sourcepub fn set_preview_token(self, input: Option<String>) -> Self
pub fn set_preview_token(self, input: Option<String>) -> Self
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
sourcepub fn build(self) -> CreateExclusionsPreviewOutput
pub fn build(self) -> CreateExclusionsPreviewOutput
Consumes the builder and constructs a CreateExclusionsPreviewOutput.
Trait Implementations§
source§impl Clone for CreateExclusionsPreviewOutputBuilder
impl Clone for CreateExclusionsPreviewOutputBuilder
source§fn clone(&self) -> CreateExclusionsPreviewOutputBuilder
fn clone(&self) -> CreateExclusionsPreviewOutputBuilder
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 CreateExclusionsPreviewOutputBuilder
impl Default for CreateExclusionsPreviewOutputBuilder
source§fn default() -> CreateExclusionsPreviewOutputBuilder
fn default() -> CreateExclusionsPreviewOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateExclusionsPreviewOutputBuilder> for CreateExclusionsPreviewOutputBuilder
impl PartialEq<CreateExclusionsPreviewOutputBuilder> for CreateExclusionsPreviewOutputBuilder
source§fn eq(&self, other: &CreateExclusionsPreviewOutputBuilder) -> bool
fn eq(&self, other: &CreateExclusionsPreviewOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.