public class GetIdentityProviderByIdentifierRequest extends AmazonWebServiceRequest implements Serializable
Gets the specified identity provider.
| Constructor and Description |
|---|
GetIdentityProviderByIdentifierRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdpIdentifier()
The identity provider ID.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setIdpIdentifier(String idpIdentifier)
The identity provider ID.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityProviderByIdentifierRequest |
withIdpIdentifier(String idpIdentifier)
The identity provider ID.
|
GetIdentityProviderByIdentifierRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetIdentityProviderByIdentifierRequest()
public String getUserPoolId()
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID.
public void setUserPoolId(String userPoolId)
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public GetIdentityProviderByIdentifierRequest withUserPoolId(String userPoolId)
The user pool ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public String getIdpIdentifier()
The identity provider ID.
Constraints:
Length: 1 - 40
Pattern: [\w\s+=.@-]+
The identity provider ID.
public void setIdpIdentifier(String idpIdentifier)
The identity provider ID.
Constraints:
Length: 1 - 40
Pattern: [\w\s+=.@-]+
idpIdentifier - The identity provider ID.
public GetIdentityProviderByIdentifierRequest withIdpIdentifier(String idpIdentifier)
The identity provider ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 40
Pattern: [\w\s+=.@-]+
idpIdentifier - The identity provider ID.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.