#[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
.
A list of service summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
sourcepub fn set_service_summary_list(
self,
input: Option<Vec<ServiceSummary>>
) -> Self
pub fn set_service_summary_list( self, input: Option<Vec<ServiceSummary>> ) -> Self
A list of service summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
sourcepub fn get_service_summary_list(&self) -> &Option<Vec<ServiceSummary>>
pub fn get_service_summary_list(&self) -> &Option<Vec<ServiceSummary>>
A list of service summary information records. In a paginated request, the request returns up to MaxResults
records for each call.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
sourcepub fn build(self) -> Result<ListServicesOutput, BuildError>
pub fn build(self) -> Result<ListServicesOutput, BuildError>
Consumes the builder and constructs a ListServicesOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListServicesOutputBuilder
impl Clone for ListServicesOutputBuilder
source§fn clone(&self) -> ListServicesOutputBuilder
fn clone(&self) -> ListServicesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for ListServicesOutputBuilder
impl PartialEq for ListServicesOutputBuilder
source§fn eq(&self, other: &ListServicesOutputBuilder) -> bool
fn eq(&self, other: &ListServicesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.