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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.com
accounts.google.com
www.amazon.com
api.twitter.com
www.digits.com
The available provider names for Logins
are as follows:
graph.facebook.com
accounts.google.com
www.amazon.com
api.twitter.com
www.digits.com
public 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.com
accounts.google.com
www.amazon.com
api.twitter.com
www.digits.com
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.com
accounts.google.com
www.amazon.com
api.twitter.com
www.digits.com
public 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.com
accounts.google.com
www.amazon.com
api.twitter.com
www.digits.com
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.com
accounts.google.com
www.amazon.com
api.twitter.com
www.digits.com
public GetIdRequest addLoginsEntry(String key, String value)
public GetIdRequest clearLoginsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.