#[non_exhaustive]pub struct GetResourcesInputBuilder { /* private fields */ }
Expand description
A builder for GetResourcesInput
.
Implementations§
source§impl GetResourcesInputBuilder
impl GetResourcesInputBuilder
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn get_authentication_token(&self) -> &Option<String>
pub fn get_authentication_token(&self) -> &Option<String>
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn user_id(self, input: impl Into<String>) -> Self
pub fn user_id(self, input: impl Into<String>) -> Self
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
sourcepub fn get_user_id(&self) -> &Option<String>
pub fn get_user_id(&self) -> &Option<String>
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
sourcepub fn collection_type(self, input: ResourceCollectionType) -> Self
pub fn collection_type(self, input: ResourceCollectionType) -> Self
The collection type.
sourcepub fn set_collection_type(self, input: Option<ResourceCollectionType>) -> Self
pub fn set_collection_type(self, input: Option<ResourceCollectionType>) -> Self
The collection type.
sourcepub fn get_collection_type(&self) -> &Option<ResourceCollectionType>
pub fn get_collection_type(&self) -> &Option<ResourceCollectionType>
The collection type.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker for the next set of results. This marker was received from a previous call.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results. This marker was received from a previous call.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The marker for the next set of results. This marker was received from a previous call.
sourcepub fn build(self) -> Result<GetResourcesInput, BuildError>
pub fn build(self) -> Result<GetResourcesInput, BuildError>
Consumes the builder and constructs a GetResourcesInput
.
source§impl GetResourcesInputBuilder
impl GetResourcesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetResourcesOutput, SdkError<GetResourcesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetResourcesOutput, SdkError<GetResourcesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetResourcesInputBuilder
impl Clone for GetResourcesInputBuilder
source§fn clone(&self) -> GetResourcesInputBuilder
fn clone(&self) -> GetResourcesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetResourcesInputBuilder
impl Debug for GetResourcesInputBuilder
source§impl Default for GetResourcesInputBuilder
impl Default for GetResourcesInputBuilder
source§fn default() -> GetResourcesInputBuilder
fn default() -> GetResourcesInputBuilder
source§impl PartialEq for GetResourcesInputBuilder
impl PartialEq for GetResourcesInputBuilder
source§fn eq(&self, other: &GetResourcesInputBuilder) -> bool
fn eq(&self, other: &GetResourcesInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.