Struct aws_sdk_sagemaker::output::list_apps_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListAppsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn apps(self, input: AppDetails) -> Self
pub fn apps(self, input: AppDetails) -> Self
Appends an item to apps
.
To override the contents of this collection use set_apps
.
The list of apps.
sourcepub fn set_apps(self, input: Option<Vec<AppDetails>>) -> Self
pub fn set_apps(self, input: Option<Vec<AppDetails>>) -> Self
The list of apps.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
sourcepub fn build(self) -> ListAppsOutput
pub fn build(self) -> ListAppsOutput
Consumes the builder and constructs a ListAppsOutput
.