Struct aws_sdk_entityresolution::operation::list_provider_services::builders::ListProviderServicesOutputBuilder
source · #[non_exhaustive]pub struct ListProviderServicesOutputBuilder { /* private fields */ }Expand description
A builder for ListProviderServicesOutput.
Implementations§
source§impl ListProviderServicesOutputBuilder
impl ListProviderServicesOutputBuilder
sourcepub fn provider_service_summaries(self, input: ProviderServiceSummary) -> Self
pub fn provider_service_summaries(self, input: ProviderServiceSummary) -> Self
Appends an item to provider_service_summaries.
To override the contents of this collection use set_provider_service_summaries.
A list of ProviderServices objects.
sourcepub fn set_provider_service_summaries(
self,
input: Option<Vec<ProviderServiceSummary>>
) -> Self
pub fn set_provider_service_summaries( self, input: Option<Vec<ProviderServiceSummary>> ) -> Self
A list of ProviderServices objects.
sourcepub fn get_provider_service_summaries(
&self
) -> &Option<Vec<ProviderServiceSummary>>
pub fn get_provider_service_summaries( &self ) -> &Option<Vec<ProviderServiceSummary>>
A list of ProviderServices objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token from the previous API call.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token from the previous API call.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token from the previous API call.
sourcepub fn build(self) -> ListProviderServicesOutput
pub fn build(self) -> ListProviderServicesOutput
Consumes the builder and constructs a ListProviderServicesOutput.
Trait Implementations§
source§impl Clone for ListProviderServicesOutputBuilder
impl Clone for ListProviderServicesOutputBuilder
source§fn clone(&self) -> ListProviderServicesOutputBuilder
fn clone(&self) -> ListProviderServicesOutputBuilder
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 Default for ListProviderServicesOutputBuilder
impl Default for ListProviderServicesOutputBuilder
source§fn default() -> ListProviderServicesOutputBuilder
fn default() -> ListProviderServicesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListProviderServicesOutputBuilder
impl PartialEq for ListProviderServicesOutputBuilder
source§fn eq(&self, other: &ListProviderServicesOutputBuilder) -> bool
fn eq(&self, other: &ListProviderServicesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListProviderServicesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListProviderServicesOutputBuilder
impl Send for ListProviderServicesOutputBuilder
impl Sync for ListProviderServicesOutputBuilder
impl Unpin for ListProviderServicesOutputBuilder
impl UnwindSafe for ListProviderServicesOutputBuilder
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.