Struct aws_sdk_quicksight::operation::list_namespaces::builders::ListNamespacesOutputBuilder
source · #[non_exhaustive]pub struct ListNamespacesOutputBuilder { /* private fields */ }Expand description
A builder for ListNamespacesOutput.
Implementations§
source§impl ListNamespacesOutputBuilder
impl ListNamespacesOutputBuilder
sourcepub fn namespaces(self, input: NamespaceInfoV2) -> Self
pub fn namespaces(self, input: NamespaceInfoV2) -> Self
Appends an item to namespaces.
To override the contents of this collection use set_namespaces.
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
sourcepub fn set_namespaces(self, input: Option<Vec<NamespaceInfoV2>>) -> Self
pub fn set_namespaces(self, input: Option<Vec<NamespaceInfoV2>>) -> Self
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
sourcepub fn get_namespaces(&self) -> &Option<Vec<NamespaceInfoV2>>
pub fn get_namespaces(&self) -> &Option<Vec<NamespaceInfoV2>>
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn build(self) -> ListNamespacesOutput
pub fn build(self) -> ListNamespacesOutput
Consumes the builder and constructs a ListNamespacesOutput.
Trait Implementations§
source§impl Clone for ListNamespacesOutputBuilder
impl Clone for ListNamespacesOutputBuilder
source§fn clone(&self) -> ListNamespacesOutputBuilder
fn clone(&self) -> ListNamespacesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListNamespacesOutputBuilder
impl Debug for ListNamespacesOutputBuilder
source§impl Default for ListNamespacesOutputBuilder
impl Default for ListNamespacesOutputBuilder
source§fn default() -> ListNamespacesOutputBuilder
fn default() -> ListNamespacesOutputBuilder
source§impl PartialEq for ListNamespacesOutputBuilder
impl PartialEq for ListNamespacesOutputBuilder
source§fn eq(&self, other: &ListNamespacesOutputBuilder) -> bool
fn eq(&self, other: &ListNamespacesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.