Struct aws_sdk_appstream::operation::describe_directory_configs::builders::DescribeDirectoryConfigsInputBuilder
source · #[non_exhaustive]pub struct DescribeDirectoryConfigsInputBuilder { /* private fields */ }Expand description
A builder for DescribeDirectoryConfigsInput.
Implementations§
source§impl DescribeDirectoryConfigsInputBuilder
impl DescribeDirectoryConfigsInputBuilder
sourcepub fn directory_names(self, input: impl Into<String>) -> Self
pub fn directory_names(self, input: impl Into<String>) -> Self
Appends an item to directory_names.
To override the contents of this collection use set_directory_names.
The directory names.
sourcepub fn set_directory_names(self, input: Option<Vec<String>>) -> Self
pub fn set_directory_names(self, input: Option<Vec<String>>) -> Self
The directory names.
sourcepub fn get_directory_names(&self) -> &Option<Vec<String>>
pub fn get_directory_names(&self) -> &Option<Vec<String>>
The directory names.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum size of each page of results.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum size of each page of results.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum size of each page of results.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
sourcepub fn build(self) -> Result<DescribeDirectoryConfigsInput, BuildError>
pub fn build(self) -> Result<DescribeDirectoryConfigsInput, BuildError>
Consumes the builder and constructs a DescribeDirectoryConfigsInput.
source§impl DescribeDirectoryConfigsInputBuilder
impl DescribeDirectoryConfigsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeDirectoryConfigsOutput, SdkError<DescribeDirectoryConfigsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeDirectoryConfigsOutput, SdkError<DescribeDirectoryConfigsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeDirectoryConfigsInputBuilder
impl Clone for DescribeDirectoryConfigsInputBuilder
source§fn clone(&self) -> DescribeDirectoryConfigsInputBuilder
fn clone(&self) -> DescribeDirectoryConfigsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeDirectoryConfigsInputBuilder
impl Default for DescribeDirectoryConfigsInputBuilder
source§fn default() -> DescribeDirectoryConfigsInputBuilder
fn default() -> DescribeDirectoryConfigsInputBuilder
source§impl PartialEq for DescribeDirectoryConfigsInputBuilder
impl PartialEq for DescribeDirectoryConfigsInputBuilder
source§fn eq(&self, other: &DescribeDirectoryConfigsInputBuilder) -> bool
fn eq(&self, other: &DescribeDirectoryConfigsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.