#[non_exhaustive]pub struct ListBuildBatchesForProjectOutput { /* private fields */ }
Implementations§
source§impl ListBuildBatchesForProjectOutput
impl ListBuildBatchesForProjectOutput
sourcepub fn ids(&self) -> Option<&[String]>
pub fn ids(&self) -> Option<&[String]>
An array of strings that contains the batch build identifiers.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatchesForProject
to retrieve the next set of items.
source§impl ListBuildBatchesForProjectOutput
impl ListBuildBatchesForProjectOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBuildBatchesForProjectOutput
.
Trait Implementations§
source§impl Clone for ListBuildBatchesForProjectOutput
impl Clone for ListBuildBatchesForProjectOutput
source§fn clone(&self) -> ListBuildBatchesForProjectOutput
fn clone(&self) -> ListBuildBatchesForProjectOutput
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 PartialEq<ListBuildBatchesForProjectOutput> for ListBuildBatchesForProjectOutput
impl PartialEq<ListBuildBatchesForProjectOutput> for ListBuildBatchesForProjectOutput
source§fn eq(&self, other: &ListBuildBatchesForProjectOutput) -> bool
fn eq(&self, other: &ListBuildBatchesForProjectOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.