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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetOpenIdConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.