@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the GetId action.
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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccountId(String accountId)
A standard AWS account ID (9+ digits).
accountId
- A standard AWS account ID (9+ digits).public String getAccountId()
A standard AWS account ID (9+ digits).
public GetIdRequest withAccountId(String accountId)
A standard AWS account ID (9+ digits).
accountId
- A standard AWS account ID (9+ digits).public void setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
public GetIdRequest withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
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:
Facebook: graph.facebook.com
Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
Google: accounts.google.com
Amazon: www.amazon.com
Twitter: api.twitter.com
Digits: www.digits.com
Logins
are as follows:
Facebook: graph.facebook.com
Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
Google: accounts.google.com
Amazon: www.amazon.com
Twitter: api.twitter.com
Digits: 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:
Facebook: graph.facebook.com
Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
Google: accounts.google.com
Amazon: www.amazon.com
Twitter: api.twitter.com
Digits: 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:
Facebook: graph.facebook.com
Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
Google: accounts.google.com
Amazon: www.amazon.com
Twitter: api.twitter.com
Digits: 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:
Facebook: graph.facebook.com
Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
Google: accounts.google.com
Amazon: www.amazon.com
Twitter: api.twitter.com
Digits: 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:
Facebook: graph.facebook.com
Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
Google: accounts.google.com
Amazon: www.amazon.com
Twitter: api.twitter.com
Digits: 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.