#[non_exhaustive]pub struct ListHubsOutputBuilder { /* private fields */ }
Expand description
A builder for ListHubsOutput
.
Implementations§
source§impl ListHubsOutputBuilder
impl ListHubsOutputBuilder
sourcepub fn hub_summaries(self, input: HubInfo) -> Self
pub fn hub_summaries(self, input: HubInfo) -> Self
Appends an item to hub_summaries
.
To override the contents of this collection use set_hub_summaries
.
The summaries of the listed hubs.
sourcepub fn set_hub_summaries(self, input: Option<Vec<HubInfo>>) -> Self
pub fn set_hub_summaries(self, input: Option<Vec<HubInfo>>) -> Self
The summaries of the listed hubs.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of hubs, use it in the subsequent request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of hubs, use it in the subsequent request.
sourcepub fn build(self) -> ListHubsOutput
pub fn build(self) -> ListHubsOutput
Consumes the builder and constructs a ListHubsOutput
.
Trait Implementations§
source§impl Clone for ListHubsOutputBuilder
impl Clone for ListHubsOutputBuilder
source§fn clone(&self) -> ListHubsOutputBuilder
fn clone(&self) -> ListHubsOutputBuilder
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 ListHubsOutputBuilder
impl Debug for ListHubsOutputBuilder
source§impl Default for ListHubsOutputBuilder
impl Default for ListHubsOutputBuilder
source§fn default() -> ListHubsOutputBuilder
fn default() -> ListHubsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListHubsOutputBuilder> for ListHubsOutputBuilder
impl PartialEq<ListHubsOutputBuilder> for ListHubsOutputBuilder
source§fn eq(&self, other: &ListHubsOutputBuilder) -> bool
fn eq(&self, other: &ListHubsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.