public class GetIdRequest extends AmazonWebServiceRequest implements Serializable
GetId operation
.Constructor and Description |
---|
GetIdRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdRequest |
addLoginsEntry(String key,
String value)
Sets the value of the Logins property for this object.
|
GetIdRequest |
clearLoginsEntries()
Removes all the entries added into Logins.
|
boolean |
equals(Object obj) |
String |
getAccountId()
Returns the value of the AccountId property for this object.
|
String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
Map<String,String> |
getLogins()
Returns the value of the Logins property for this object.
|
int |
hashCode() |
void |
setAccountId(String accountId)
Sets the value of the AccountId property for this object.
|
void |
setIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setLogins(Map<String,String> logins)
Sets the value of the Logins property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdRequest |
withAccountId(String accountId)
Sets the value of the AccountId property for this object.
|
GetIdRequest |
withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
GetIdRequest |
withLogins(Map<String,String> logins)
Sets the value of the Logins property for this object.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getAccountId()
Constraints:
Length: 1 - 15
Pattern: \d+
public void setAccountId(String accountId)
Constraints:
Length: 1 - 15
Pattern: \d+
accountId
- The new value for the AccountId property for this object.public GetIdRequest withAccountId(String accountId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 15
Pattern: \d+
accountId
- The new value for the AccountId property for this object.public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId
- The new value for the IdentityPoolId property for this object.public GetIdRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId
- The new value for the IdentityPoolId property for this object.public Map<String,String> getLogins()
Constraints:
Length: 0 - 10
public void setLogins(Map<String,String> logins)
Constraints:
Length: 0 - 10
logins
- The new value for the Logins property for this object.public GetIdRequest withLogins(Map<String,String> logins)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
logins
- The new value for the Logins property for this object.public GetIdRequest addLoginsEntry(String key, String value)
The method adds a new key-value pair into Logins parameter, and returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
key
- The key of the entry to be added into Logins.value
- The corresponding value of the entry to be added into Logins.public GetIdRequest clearLoginsEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.