Struct aws_sdk_xray::input::GetGroupsInput
source · #[non_exhaustive]pub struct GetGroupsInput { /* private fields */ }
Implementations§
source§impl GetGroupsInput
impl GetGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetGroupsInput
.
source§impl GetGroupsInput
impl GetGroupsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations§
source§impl Clone for GetGroupsInput
impl Clone for GetGroupsInput
source§fn clone(&self) -> GetGroupsInput
fn clone(&self) -> GetGroupsInput
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 Debug for GetGroupsInput
impl Debug for GetGroupsInput
source§impl PartialEq<GetGroupsInput> for GetGroupsInput
impl PartialEq<GetGroupsInput> for GetGroupsInput
source§fn eq(&self, other: &GetGroupsInput) -> bool
fn eq(&self, other: &GetGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.