Struct aws_sdk_workspaces::operation::describe_application_associations::builders::DescribeApplicationAssociationsInputBuilder
source · #[non_exhaustive]pub struct DescribeApplicationAssociationsInputBuilder { /* private fields */ }Expand description
A builder for DescribeApplicationAssociationsInput.
Implementations§
source§impl DescribeApplicationAssociationsInputBuilder
impl DescribeApplicationAssociationsInputBuilder
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of associations to return.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of associations to return.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of associations to return.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If you received a NextToken from a previous call that was paginated, provide this token 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 you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The identifier of the specified application.
This field is required.sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The identifier of the specified application.
sourcepub fn get_application_id(&self) -> &Option<String>
pub fn get_application_id(&self) -> &Option<String>
The identifier of the specified application.
sourcepub fn associated_resource_types(
self,
input: ApplicationAssociatedResourceType
) -> Self
pub fn associated_resource_types( self, input: ApplicationAssociatedResourceType ) -> Self
Appends an item to associated_resource_types.
To override the contents of this collection use set_associated_resource_types.
The resource type of the associated resources.
sourcepub fn set_associated_resource_types(
self,
input: Option<Vec<ApplicationAssociatedResourceType>>
) -> Self
pub fn set_associated_resource_types( self, input: Option<Vec<ApplicationAssociatedResourceType>> ) -> Self
The resource type of the associated resources.
sourcepub fn get_associated_resource_types(
&self
) -> &Option<Vec<ApplicationAssociatedResourceType>>
pub fn get_associated_resource_types( &self ) -> &Option<Vec<ApplicationAssociatedResourceType>>
The resource type of the associated resources.
sourcepub fn build(self) -> Result<DescribeApplicationAssociationsInput, BuildError>
pub fn build(self) -> Result<DescribeApplicationAssociationsInput, BuildError>
Consumes the builder and constructs a DescribeApplicationAssociationsInput.
source§impl DescribeApplicationAssociationsInputBuilder
impl DescribeApplicationAssociationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeApplicationAssociationsOutput, SdkError<DescribeApplicationAssociationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeApplicationAssociationsOutput, SdkError<DescribeApplicationAssociationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeApplicationAssociationsInputBuilder
impl Clone for DescribeApplicationAssociationsInputBuilder
source§fn clone(&self) -> DescribeApplicationAssociationsInputBuilder
fn clone(&self) -> DescribeApplicationAssociationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeApplicationAssociationsInputBuilder
impl Default for DescribeApplicationAssociationsInputBuilder
source§fn default() -> DescribeApplicationAssociationsInputBuilder
fn default() -> DescribeApplicationAssociationsInputBuilder
source§impl PartialEq for DescribeApplicationAssociationsInputBuilder
impl PartialEq for DescribeApplicationAssociationsInputBuilder
source§fn eq(&self, other: &DescribeApplicationAssociationsInputBuilder) -> bool
fn eq(&self, other: &DescribeApplicationAssociationsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.