Struct aws_sdk_appstream::operation::describe_image_permissions::builders::DescribeImagePermissionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeImagePermissionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeImagePermissionsOutput
.
Implementations§
source§impl DescribeImagePermissionsOutputBuilder
impl DescribeImagePermissionsOutputBuilder
Appends an item to shared_image_permissions_list
.
To override the contents of this collection use set_shared_image_permissions_list
.
The permissions for a private image that you own.
The permissions for a private image that you own.
The permissions for a private image that you own.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn build(self) -> DescribeImagePermissionsOutput
pub fn build(self) -> DescribeImagePermissionsOutput
Consumes the builder and constructs a DescribeImagePermissionsOutput
.
Trait Implementations§
source§impl Clone for DescribeImagePermissionsOutputBuilder
impl Clone for DescribeImagePermissionsOutputBuilder
source§fn clone(&self) -> DescribeImagePermissionsOutputBuilder
fn clone(&self) -> DescribeImagePermissionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeImagePermissionsOutputBuilder
impl Default for DescribeImagePermissionsOutputBuilder
source§fn default() -> DescribeImagePermissionsOutputBuilder
fn default() -> DescribeImagePermissionsOutputBuilder
source§impl PartialEq for DescribeImagePermissionsOutputBuilder
impl PartialEq for DescribeImagePermissionsOutputBuilder
source§fn eq(&self, other: &DescribeImagePermissionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeImagePermissionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeImagePermissionsOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeImagePermissionsOutputBuilder
impl RefUnwindSafe for DescribeImagePermissionsOutputBuilder
impl Send for DescribeImagePermissionsOutputBuilder
impl Sync for DescribeImagePermissionsOutputBuilder
impl Unpin for DescribeImagePermissionsOutputBuilder
impl UnwindSafe for DescribeImagePermissionsOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more