Struct aws_sdk_imagebuilder::operation::list_image_scan_findings::builders::ListImageScanFindingsOutputBuilder
source · #[non_exhaustive]pub struct ListImageScanFindingsOutputBuilder { /* private fields */ }
Expand description
A builder for ListImageScanFindingsOutput
.
Implementations§
source§impl ListImageScanFindingsOutputBuilder
impl ListImageScanFindingsOutputBuilder
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The request ID that uniquely identifies this request.
sourcepub fn findings(self, input: ImageScanFinding) -> Self
pub fn findings(self, input: ImageScanFinding) -> Self
Appends an item to findings
.
To override the contents of this collection use set_findings
.
The image scan findings for your account that meet your request filter criteria.
sourcepub fn set_findings(self, input: Option<Vec<ImageScanFinding>>) -> Self
pub fn set_findings(self, input: Option<Vec<ImageScanFinding>>) -> Self
The image scan findings for your account that meet your request filter criteria.
sourcepub fn get_findings(&self) -> &Option<Vec<ImageScanFinding>>
pub fn get_findings(&self) -> &Option<Vec<ImageScanFinding>>
The image scan findings for your account that meet your request filter criteria.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn build(self) -> ListImageScanFindingsOutput
pub fn build(self) -> ListImageScanFindingsOutput
Consumes the builder and constructs a ListImageScanFindingsOutput
.
Trait Implementations§
source§impl Clone for ListImageScanFindingsOutputBuilder
impl Clone for ListImageScanFindingsOutputBuilder
source§fn clone(&self) -> ListImageScanFindingsOutputBuilder
fn clone(&self) -> ListImageScanFindingsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListImageScanFindingsOutputBuilder
impl Default for ListImageScanFindingsOutputBuilder
source§fn default() -> ListImageScanFindingsOutputBuilder
fn default() -> ListImageScanFindingsOutputBuilder
source§impl PartialEq for ListImageScanFindingsOutputBuilder
impl PartialEq for ListImageScanFindingsOutputBuilder
source§fn eq(&self, other: &ListImageScanFindingsOutputBuilder) -> bool
fn eq(&self, other: &ListImageScanFindingsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.