#[non_exhaustive]pub struct DescribeConnectClientAddInsInput { /* private fields */ }
Implementations§
source§impl DescribeConnectClientAddInsInput
impl DescribeConnectClientAddInsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectClientAddIns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectClientAddIns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectClientAddIns
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectClientAddInsInput
.
source§impl DescribeConnectClientAddInsInput
impl DescribeConnectClientAddInsInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The directory identifier for which the client add-in is configured.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If you received a NextToken
from a previous call that was paginated, provide this token to receive the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items to return.
Trait Implementations§
source§impl Clone for DescribeConnectClientAddInsInput
impl Clone for DescribeConnectClientAddInsInput
source§fn clone(&self) -> DescribeConnectClientAddInsInput
fn clone(&self) -> DescribeConnectClientAddInsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeConnectClientAddInsInput> for DescribeConnectClientAddInsInput
impl PartialEq<DescribeConnectClientAddInsInput> for DescribeConnectClientAddInsInput
source§fn eq(&self, other: &DescribeConnectClientAddInsInput) -> bool
fn eq(&self, other: &DescribeConnectClientAddInsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.