Struct aws_sdk_backup::operation::list_copy_job_summaries::builders::ListCopyJobSummariesOutputBuilder
source · #[non_exhaustive]pub struct ListCopyJobSummariesOutputBuilder { /* private fields */ }
Expand description
A builder for ListCopyJobSummariesOutput
.
Implementations§
source§impl ListCopyJobSummariesOutputBuilder
impl ListCopyJobSummariesOutputBuilder
sourcepub fn copy_job_summaries(self, input: CopyJobSummary) -> Self
pub fn copy_job_summaries(self, input: CopyJobSummary) -> Self
Appends an item to copy_job_summaries
.
To override the contents of this collection use set_copy_job_summaries
.
This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
sourcepub fn set_copy_job_summaries(self, input: Option<Vec<CopyJobSummary>>) -> Self
pub fn set_copy_job_summaries(self, input: Option<Vec<CopyJobSummary>>) -> Self
This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
sourcepub fn get_copy_job_summaries(&self) -> &Option<Vec<CopyJobSummary>>
pub fn get_copy_job_summaries(&self) -> &Option<Vec<CopyJobSummary>>
This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
sourcepub fn aggregation_period(self, input: impl Into<String>) -> Self
pub fn aggregation_period(self, input: impl Into<String>) -> Self
This is the period that sets the boundaries for returned results.
-
ONE_DAY
for daily job count for the prior 14 days. -
SEVEN_DAYS
for the aggregated job count for the prior 7 days. -
FOURTEEN_DAYS
for aggregated job count for prior 14 days.
sourcepub fn set_aggregation_period(self, input: Option<String>) -> Self
pub fn set_aggregation_period(self, input: Option<String>) -> Self
This is the period that sets the boundaries for returned results.
-
ONE_DAY
for daily job count for the prior 14 days. -
SEVEN_DAYS
for the aggregated job count for the prior 7 days. -
FOURTEEN_DAYS
for aggregated job count for prior 14 days.
sourcepub fn get_aggregation_period(&self) -> &Option<String>
pub fn get_aggregation_period(&self) -> &Option<String>
This is the period that sets the boundaries for returned results.
-
ONE_DAY
for daily job count for the prior 14 days. -
SEVEN_DAYS
for the aggregated job count for the prior 7 days. -
FOURTEEN_DAYS
for aggregated job count for prior 14 days.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The next item following a partial list of returned resources. For example, if a request is made to return maxResults
number of resources, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The next item following a partial list of returned resources. For example, if a request is made to return maxResults
number of resources, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The next item following a partial list of returned resources. For example, if a request is made to return maxResults
number of resources, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn build(self) -> ListCopyJobSummariesOutput
pub fn build(self) -> ListCopyJobSummariesOutput
Consumes the builder and constructs a ListCopyJobSummariesOutput
.
Trait Implementations§
source§impl Clone for ListCopyJobSummariesOutputBuilder
impl Clone for ListCopyJobSummariesOutputBuilder
source§fn clone(&self) -> ListCopyJobSummariesOutputBuilder
fn clone(&self) -> ListCopyJobSummariesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListCopyJobSummariesOutputBuilder
impl Default for ListCopyJobSummariesOutputBuilder
source§fn default() -> ListCopyJobSummariesOutputBuilder
fn default() -> ListCopyJobSummariesOutputBuilder
source§impl PartialEq for ListCopyJobSummariesOutputBuilder
impl PartialEq for ListCopyJobSummariesOutputBuilder
source§fn eq(&self, other: &ListCopyJobSummariesOutputBuilder) -> bool
fn eq(&self, other: &ListCopyJobSummariesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.