public class GetIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIdRequest |
addLoginsEntry(String key,
String value) |
GetIdRequest |
clearLoginsEntries()
Removes all the entries added into Logins.
|
GetIdRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAccountId()
A standard AWS account ID (9+ digits).
|
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
Map<String,String> |
getLogins()
A set of optional name-value pairs that map provider names to provider
tokens.
|
int |
hashCode() |
void |
setAccountId(String accountId)
A standard AWS account ID (9+ digits).
|
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setLogins(Map<String,String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdRequest |
withAccountId(String accountId)
A standard AWS account ID (9+ digits).
|
GetIdRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
GetIdRequest |
withLogins(Map<String,String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAccountId(String accountId)
accountId - A standard AWS account ID (9+ digits).public String getAccountId()
public GetIdRequest withAccountId(String accountId)
accountId - A standard AWS account ID (9+ digits).public void setIdentityPoolId(String identityPoolId)
identityPoolId - An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
public GetIdRequest withIdentityPoolId(String identityPoolId)
identityPoolId - An identity pool ID in the format REGION:GUID.public Map<String,String> getLogins()
A set of optional name-value pairs that map provider names to provider tokens.
The available provider names for Logins are as follows:
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.com
The available provider names for Logins are as
follows:
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.compublic void setLogins(Map<String,String> logins)
A set of optional name-value pairs that map provider names to provider tokens.
The available provider names for Logins are as follows:
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.comlogins - A set of optional name-value pairs that map provider names to
provider tokens.
The available provider names for Logins are as
follows:
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.compublic GetIdRequest withLogins(Map<String,String> logins)
A set of optional name-value pairs that map provider names to provider tokens.
The available provider names for Logins are as follows:
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.comlogins - A set of optional name-value pairs that map provider names to
provider tokens.
The available provider names for Logins are as
follows:
graph.facebook.comaccounts.google.comwww.amazon.comapi.twitter.comwww.digits.compublic GetIdRequest addLoginsEntry(String key, String value)
public GetIdRequest clearLoginsEntries()
public String toString()
toString in class ObjectObject.toString()public GetIdRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.