Struct aws_sdk_appstream::operation::describe_usage_report_subscriptions::builders::DescribeUsageReportSubscriptionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeUsageReportSubscriptionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeUsageReportSubscriptionsOutput.
Implementations§
source§impl DescribeUsageReportSubscriptionsOutputBuilder
impl DescribeUsageReportSubscriptionsOutputBuilder
sourcepub fn usage_report_subscriptions(self, input: UsageReportSubscription) -> Self
pub fn usage_report_subscriptions(self, input: UsageReportSubscription) -> Self
Appends an item to usage_report_subscriptions.
To override the contents of this collection use set_usage_report_subscriptions.
Information about the usage report subscription.
sourcepub fn set_usage_report_subscriptions(
self,
input: Option<Vec<UsageReportSubscription>>,
) -> Self
pub fn set_usage_report_subscriptions( self, input: Option<Vec<UsageReportSubscription>>, ) -> Self
Information about the usage report subscription.
sourcepub fn get_usage_report_subscriptions(
&self,
) -> &Option<Vec<UsageReportSubscription>>
pub fn get_usage_report_subscriptions( &self, ) -> &Option<Vec<UsageReportSubscription>>
Information about the usage report subscription.
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) -> DescribeUsageReportSubscriptionsOutput
pub fn build(self) -> DescribeUsageReportSubscriptionsOutput
Consumes the builder and constructs a DescribeUsageReportSubscriptionsOutput.
Trait Implementations§
source§impl Clone for DescribeUsageReportSubscriptionsOutputBuilder
impl Clone for DescribeUsageReportSubscriptionsOutputBuilder
source§fn clone(&self) -> DescribeUsageReportSubscriptionsOutputBuilder
fn clone(&self) -> DescribeUsageReportSubscriptionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeUsageReportSubscriptionsOutputBuilder
impl Default for DescribeUsageReportSubscriptionsOutputBuilder
source§fn default() -> DescribeUsageReportSubscriptionsOutputBuilder
fn default() -> DescribeUsageReportSubscriptionsOutputBuilder
source§impl PartialEq for DescribeUsageReportSubscriptionsOutputBuilder
impl PartialEq for DescribeUsageReportSubscriptionsOutputBuilder
source§fn eq(&self, other: &DescribeUsageReportSubscriptionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeUsageReportSubscriptionsOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeUsageReportSubscriptionsOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeUsageReportSubscriptionsOutputBuilder
impl RefUnwindSafe for DescribeUsageReportSubscriptionsOutputBuilder
impl Send for DescribeUsageReportSubscriptionsOutputBuilder
impl Sync for DescribeUsageReportSubscriptionsOutputBuilder
impl Unpin for DescribeUsageReportSubscriptionsOutputBuilder
impl UnwindSafe for DescribeUsageReportSubscriptionsOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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