|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.securitytoken.model.GetSessionTokenResult
public class GetSessionTokenResult
Contains the result of a successful invocation of the GetSessionToken action.
Constructor Summary | |
---|---|
GetSessionTokenResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Credentials |
getCredentials()
The session credentials for API authentication. |
int |
hashCode()
|
void |
setCredentials(Credentials credentials)
The session credentials for API authentication. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetSessionTokenResult |
withCredentials(Credentials credentials)
The session credentials for API authentication. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetSessionTokenResult()
Method Detail |
---|
public Credentials getCredentials()
public void setCredentials(Credentials credentials)
credentials
- The session credentials for API authentication.public GetSessionTokenResult withCredentials(Credentials credentials)
Returns a reference to this object so that method calls can be chained together.
credentials
- The session credentials for API authentication.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |