public class GetOpenIdConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to get the Open ID configuration.
NOOP| Constructor and Description |
|---|
GetOpenIdConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOpenIdConfigurationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getUserPoolId()
The user pool ID for the user pool where you want to get Open ID
configuration information.
|
int |
hashCode() |
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get Open ID
configuration information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIdConfigurationRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get Open ID
configuration information.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get Open ID configuration information.
userPoolId - The user pool ID for the user pool where you want to get Open ID
configuration information.public String getUserPoolId()
The user pool ID for the user pool where you want to get Open ID configuration information.
public GetOpenIdConfigurationRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to get Open ID configuration information.
userPoolId - The user pool ID for the user pool where you want to get Open ID
configuration information.public String toString()
toString in class ObjectObject.toString()public GetOpenIdConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.