public class GetOpenIdTokenForDeveloperIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetOpenIdTokenForDeveloperIdentity operation.| Constructor and Description |
|---|
GetOpenIdTokenForDeveloperIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOpenIdTokenForDeveloperIdentityRequest |
addLoginsEntry(java.lang.String key,
java.lang.String value)
Sets the value of the Logins property for this object.
|
GetOpenIdTokenForDeveloperIdentityRequest |
clearLoginsEntries()
Removes all the entries added into Logins.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.util.Map<java.lang.String,java.lang.String> |
getLogins()
Returns the value of the Logins property for this object.
|
java.lang.Long |
getTokenDuration()
Returns the value of the TokenDuration property for this object.
|
int |
hashCode() |
void |
setIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setLogins(java.util.Map<java.lang.String,java.lang.String> logins)
Sets the value of the Logins property for this object.
|
void |
setTokenDuration(java.lang.Long tokenDuration)
Sets the value of the TokenDuration property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withLogins(java.util.Map<java.lang.String,java.lang.String> logins)
Sets the value of the Logins property for this object.
|
GetOpenIdTokenForDeveloperIdentityRequest |
withTokenDuration(java.lang.Long tokenDuration)
Sets the value of the TokenDuration property for this object.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic GetOpenIdTokenForDeveloperIdentityRequest()
public java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public GetOpenIdTokenForDeveloperIdentityRequest withIdentityPoolId(java.lang.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 java.lang.String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(java.lang.String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public GetOpenIdTokenForDeveloperIdentityRequest withIdentityId(java.lang.String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public java.util.Map<java.lang.String,java.lang.String> getLogins()
Constraints:
Length: 0 - 10
public void setLogins(java.util.Map<java.lang.String,java.lang.String> logins)
Constraints:
Length: 0 - 10
logins - The new value for the Logins property for this object.public GetOpenIdTokenForDeveloperIdentityRequest withLogins(java.util.Map<java.lang.String,java.lang.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 GetOpenIdTokenForDeveloperIdentityRequest addLoginsEntry(java.lang.String key, java.lang.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 GetOpenIdTokenForDeveloperIdentityRequest clearLoginsEntries()
Returns a reference to this object so that method calls can be chained together.
public java.lang.Long getTokenDuration()
Constraints:
Range: 1 - 86400
public void setTokenDuration(java.lang.Long tokenDuration)
Constraints:
Range: 1 - 86400
tokenDuration - The new value for the TokenDuration property for this object.public GetOpenIdTokenForDeveloperIdentityRequest withTokenDuration(java.lang.Long tokenDuration)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 86400
tokenDuration - The new value for the TokenDuration property for this object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object