#[non_exhaustive]pub struct ListOperationsOutputBuilder { /* private fields */ }
Expand description
A builder for ListOperationsOutput
.
Implementations§
source§impl ListOperationsOutputBuilder
impl ListOperationsOutputBuilder
sourcepub fn operation_summary_list(self, input: OperationSummary) -> Self
pub fn operation_summary_list(self, input: OperationSummary) -> Self
Appends an item to operation_summary_list
.
To override the contents of this collection use set_operation_summary_list
.
A list of operation summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
sourcepub fn set_operation_summary_list(
self,
input: Option<Vec<OperationSummary>>
) -> Self
pub fn set_operation_summary_list( self, input: Option<Vec<OperationSummary>> ) -> Self
A list of operation summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
sourcepub fn get_operation_summary_list(&self) -> &Option<Vec<OperationSummary>>
pub fn get_operation_summary_list(&self) -> &Option<Vec<OperationSummary>>
A list of operation summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
sourcepub fn build(self) -> ListOperationsOutput
pub fn build(self) -> ListOperationsOutput
Consumes the builder and constructs a ListOperationsOutput
.
Trait Implementations§
source§impl Clone for ListOperationsOutputBuilder
impl Clone for ListOperationsOutputBuilder
source§fn clone(&self) -> ListOperationsOutputBuilder
fn clone(&self) -> ListOperationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListOperationsOutputBuilder
impl Debug for ListOperationsOutputBuilder
source§impl Default for ListOperationsOutputBuilder
impl Default for ListOperationsOutputBuilder
source§fn default() -> ListOperationsOutputBuilder
fn default() -> ListOperationsOutputBuilder
source§impl PartialEq for ListOperationsOutputBuilder
impl PartialEq for ListOperationsOutputBuilder
source§fn eq(&self, other: &ListOperationsOutputBuilder) -> bool
fn eq(&self, other: &ListOperationsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.