Struct aws_sdk_migrationhubrefactorspaces::operation::list_services::builders::ListServicesOutputBuilder
source · #[non_exhaustive]pub struct ListServicesOutputBuilder { /* private fields */ }Expand description
A builder for ListServicesOutput.
Implementations§
source§impl ListServicesOutputBuilder
impl ListServicesOutputBuilder
sourcepub fn service_summary_list(self, input: ServiceSummary) -> Self
pub fn service_summary_list(self, input: ServiceSummary) -> Self
Appends an item to service_summary_list.
To override the contents of this collection use set_service_summary_list.
The list of ServiceSummary objects.
sourcepub fn set_service_summary_list(
self,
input: Option<Vec<ServiceSummary>>
) -> Self
pub fn set_service_summary_list( self, input: Option<Vec<ServiceSummary>> ) -> Self
The list of ServiceSummary objects.
sourcepub fn get_service_summary_list(&self) -> &Option<Vec<ServiceSummary>>
pub fn get_service_summary_list(&self) -> &Option<Vec<ServiceSummary>>
The list of ServiceSummary objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next page of results.
sourcepub fn build(self) -> ListServicesOutput
pub fn build(self) -> ListServicesOutput
Consumes the builder and constructs a ListServicesOutput.
Trait Implementations§
source§impl Clone for ListServicesOutputBuilder
impl Clone for ListServicesOutputBuilder
source§fn clone(&self) -> ListServicesOutputBuilder
fn clone(&self) -> ListServicesOutputBuilder
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 ListServicesOutputBuilder
impl Debug for ListServicesOutputBuilder
source§impl Default for ListServicesOutputBuilder
impl Default for ListServicesOutputBuilder
source§fn default() -> ListServicesOutputBuilder
fn default() -> ListServicesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListServicesOutputBuilder
impl PartialEq for ListServicesOutputBuilder
source§fn eq(&self, other: &ListServicesOutputBuilder) -> bool
fn eq(&self, other: &ListServicesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListServicesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListServicesOutputBuilder
impl Send for ListServicesOutputBuilder
impl Sync for ListServicesOutputBuilder
impl Unpin for ListServicesOutputBuilder
impl UnwindSafe for ListServicesOutputBuilder
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
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>
Creates a shared type from an unshared type.