public class GetCredentialsForIdentityResult extends Object implements Serializable
Constructor and Description |
---|
GetCredentialsForIdentityResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Credentials |
getCredentials()
Returns the value of the Credentials property for this object.
|
String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
int |
hashCode() |
void |
setCredentials(Credentials credentials)
Sets the value of the Credentials property for this object.
|
void |
setIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCredentialsForIdentityResult |
withCredentials(Credentials credentials)
Sets the value of the Credentials property for this object.
|
GetCredentialsForIdentityResult |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
public String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId
- The new value for the IdentityId property for this object.public GetCredentialsForIdentityResult withIdentityId(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 Credentials getCredentials()
public void setCredentials(Credentials credentials)
credentials
- The new value for the Credentials property for this object.public GetCredentialsForIdentityResult withCredentials(Credentials credentials)
Returns a reference to this object so that method calls can be chained together.
credentials
- The new value for the Credentials property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.