Struct aws_sdk_securityhub::operation::describe_standards::builders::DescribeStandardsOutputBuilder
source · #[non_exhaustive]pub struct DescribeStandardsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeStandardsOutput
.
Implementations§
source§impl DescribeStandardsOutputBuilder
impl DescribeStandardsOutputBuilder
sourcepub fn standards(self, input: Standard) -> Self
pub fn standards(self, input: Standard) -> Self
Appends an item to standards
.
To override the contents of this collection use set_standards
.
A list of available standards.
sourcepub fn set_standards(self, input: Option<Vec<Standard>>) -> Self
pub fn set_standards(self, input: Option<Vec<Standard>>) -> Self
A list of available standards.
sourcepub fn get_standards(&self) -> &Option<Vec<Standard>>
pub fn get_standards(&self) -> &Option<Vec<Standard>>
A list of available standards.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token to use to request the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token to use to request the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token to use to request the next page of results.
sourcepub fn build(self) -> DescribeStandardsOutput
pub fn build(self) -> DescribeStandardsOutput
Consumes the builder and constructs a DescribeStandardsOutput
.
Trait Implementations§
source§impl Clone for DescribeStandardsOutputBuilder
impl Clone for DescribeStandardsOutputBuilder
source§fn clone(&self) -> DescribeStandardsOutputBuilder
fn clone(&self) -> DescribeStandardsOutputBuilder
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 DescribeStandardsOutputBuilder
impl Default for DescribeStandardsOutputBuilder
source§fn default() -> DescribeStandardsOutputBuilder
fn default() -> DescribeStandardsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeStandardsOutputBuilder
impl PartialEq for DescribeStandardsOutputBuilder
source§fn eq(&self, other: &DescribeStandardsOutputBuilder) -> bool
fn eq(&self, other: &DescribeStandardsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeStandardsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeStandardsOutputBuilder
impl Send for DescribeStandardsOutputBuilder
impl Sync for DescribeStandardsOutputBuilder
impl Unpin for DescribeStandardsOutputBuilder
impl UnwindSafe for DescribeStandardsOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.