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 get_preview_token(&self) -> &Option<String>
pub fn get_preview_token(&self) -> &Option<String>
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 ==.impl StructuralPartialEq for CreateExclusionsPreviewOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateExclusionsPreviewOutputBuilder
impl Send for CreateExclusionsPreviewOutputBuilder
impl Sync for CreateExclusionsPreviewOutputBuilder
impl Unpin for CreateExclusionsPreviewOutputBuilder
impl UnwindSafe for CreateExclusionsPreviewOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more