Struct aws_sdk_cognitoidentity::operation::lookup_developer_identity::LookupDeveloperIdentityOutput
source · #[non_exhaustive]pub struct LookupDeveloperIdentityOutput { /* private fields */ }Expand description
Returned in response to a successful LookupDeveloperIdentity action.
Implementations§
source§impl LookupDeveloperIdentityOutput
impl LookupDeveloperIdentityOutput
sourcepub fn identity_id(&self) -> Option<&str>
pub fn identity_id(&self) -> Option<&str>
A unique identifier in the format REGION:GUID.
sourcepub fn developer_user_identifier_list(&self) -> Option<&[String]>
pub fn developer_user_identifier_list(&self) -> Option<&[String]>
This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.
source§impl LookupDeveloperIdentityOutput
impl LookupDeveloperIdentityOutput
sourcepub fn builder() -> LookupDeveloperIdentityOutputBuilder
pub fn builder() -> LookupDeveloperIdentityOutputBuilder
Creates a new builder-style object to manufacture LookupDeveloperIdentityOutput.
Trait Implementations§
source§impl Clone for LookupDeveloperIdentityOutput
impl Clone for LookupDeveloperIdentityOutput
source§fn clone(&self) -> LookupDeveloperIdentityOutput
fn clone(&self) -> LookupDeveloperIdentityOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<LookupDeveloperIdentityOutput> for LookupDeveloperIdentityOutput
impl PartialEq<LookupDeveloperIdentityOutput> for LookupDeveloperIdentityOutput
source§fn eq(&self, other: &LookupDeveloperIdentityOutput) -> bool
fn eq(&self, other: &LookupDeveloperIdentityOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for LookupDeveloperIdentityOutput
impl RequestId for LookupDeveloperIdentityOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.