public class GetCredentialsForIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Input to the GetCredentialsForIdentity
action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
private java.util.Map<java.lang.String,java.lang.String> |
logins
A set of optional name-value pairs that map provider names to provider
tokens.
|
NOOP
Constructor and Description |
---|
GetCredentialsForIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
GetCredentialsForIdentityRequest |
addLoginsEntry(java.lang.String key,
java.lang.String value) |
GetCredentialsForIdentityRequest |
clearLoginsEntries()
Removes all the entries added into Logins.
|
GetCredentialsForIdentityRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
java.util.Map<java.lang.String,java.lang.String> |
getLogins()
A set of optional name-value pairs that map provider names to provider
tokens.
|
int |
hashCode() |
void |
setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
void |
setLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCredentialsForIdentityRequest |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
GetCredentialsForIdentityRequest |
withLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String identityId
A unique identifier in the format REGION:GUID.
private java.util.Map<java.lang.String,java.lang.String> logins
A set of optional name-value pairs that map provider names to provider tokens.
public void setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
A unique identifier in the format REGION:GUID.
public GetCredentialsForIdentityRequest withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.util.Map<java.lang.String,java.lang.String> getLogins()
A set of optional name-value pairs that map provider names to provider tokens.
public void setLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider tokens.
logins
- A set of optional name-value pairs that map provider names to
provider tokens.public GetCredentialsForIdentityRequest withLogins(java.util.Map<java.lang.String,java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider tokens.
logins
- A set of optional name-value pairs that map provider names to
provider tokens.public GetCredentialsForIdentityRequest addLoginsEntry(java.lang.String key, java.lang.String value)
public GetCredentialsForIdentityRequest clearLoginsEntries()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetCredentialsForIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()