#[non_exhaustive]pub struct ListImageRecipesOutput { /* private fields */ }
Implementations§
source§impl ListImageRecipesOutput
impl ListImageRecipesOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn image_recipe_summary_list(&self) -> Option<&[ImageRecipeSummary]>
pub fn image_recipe_summary_list(&self) -> Option<&[ImageRecipeSummary]>
The list of image pipelines.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.
source§impl ListImageRecipesOutput
impl ListImageRecipesOutput
sourcepub fn builder() -> ListImageRecipesOutputBuilder
pub fn builder() -> ListImageRecipesOutputBuilder
Creates a new builder-style object to manufacture ListImageRecipesOutput
.
Trait Implementations§
source§impl Clone for ListImageRecipesOutput
impl Clone for ListImageRecipesOutput
source§fn clone(&self) -> ListImageRecipesOutput
fn clone(&self) -> ListImageRecipesOutput
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 Debug for ListImageRecipesOutput
impl Debug for ListImageRecipesOutput
source§impl PartialEq<ListImageRecipesOutput> for ListImageRecipesOutput
impl PartialEq<ListImageRecipesOutput> for ListImageRecipesOutput
source§fn eq(&self, other: &ListImageRecipesOutput) -> bool
fn eq(&self, other: &ListImageRecipesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListImageRecipesOutput
impl RequestId for ListImageRecipesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListImageRecipesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListImageRecipesOutput
impl Send for ListImageRecipesOutput
impl Sync for ListImageRecipesOutput
impl Unpin for ListImageRecipesOutput
impl UnwindSafe for ListImageRecipesOutput
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