Struct aws_sdk_ecs::operation::list_services_by_namespace::builders::ListServicesByNamespaceOutputBuilder
source · #[non_exhaustive]pub struct ListServicesByNamespaceOutputBuilder { /* private fields */ }Expand description
A builder for ListServicesByNamespaceOutput.
Implementations§
source§impl ListServicesByNamespaceOutputBuilder
impl ListServicesByNamespaceOutputBuilder
sourcepub fn service_arns(self, input: impl Into<String>) -> Self
pub fn service_arns(self, input: impl Into<String>) -> Self
Appends an item to service_arns.
To override the contents of this collection use set_service_arns.
The list of full ARN entries for each service that's associated with the specified namespace.
sourcepub fn set_service_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_service_arns(self, input: Option<Vec<String>>) -> Self
The list of full ARN entries for each service that's associated with the specified namespace.
sourcepub fn get_service_arns(&self) -> &Option<Vec<String>>
pub fn get_service_arns(&self) -> &Option<Vec<String>>
The list of full ARN entries for each service that's associated with the specified namespace.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken value to include in a future ListServicesByNamespace request. When the results of a ListServicesByNamespace request exceed maxResults, this value can be used to retrieve the next page of results. When there are no more results to return, this value is null.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken value to include in a future ListServicesByNamespace request. When the results of a ListServicesByNamespace request exceed maxResults, this value can be used to retrieve the next page of results. When there are no more results to return, this value is null.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken value to include in a future ListServicesByNamespace request. When the results of a ListServicesByNamespace request exceed maxResults, this value can be used to retrieve the next page of results. When there are no more results to return, this value is null.
sourcepub fn build(self) -> ListServicesByNamespaceOutput
pub fn build(self) -> ListServicesByNamespaceOutput
Consumes the builder and constructs a ListServicesByNamespaceOutput.
Trait Implementations§
source§impl Clone for ListServicesByNamespaceOutputBuilder
impl Clone for ListServicesByNamespaceOutputBuilder
source§fn clone(&self) -> ListServicesByNamespaceOutputBuilder
fn clone(&self) -> ListServicesByNamespaceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListServicesByNamespaceOutputBuilder
impl Default for ListServicesByNamespaceOutputBuilder
source§fn default() -> ListServicesByNamespaceOutputBuilder
fn default() -> ListServicesByNamespaceOutputBuilder
source§impl PartialEq for ListServicesByNamespaceOutputBuilder
impl PartialEq for ListServicesByNamespaceOutputBuilder
source§fn eq(&self, other: &ListServicesByNamespaceOutputBuilder) -> bool
fn eq(&self, other: &ListServicesByNamespaceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.