@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSessionResult() |
Modifier and Type | Method and Description |
---|---|
GetSessionResult |
clone() |
boolean |
equals(Object obj) |
SessionData |
getSession()
The session.
|
int |
hashCode() |
void |
setSession(SessionData session)
The session.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionResult |
withSession(SessionData session)
The session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSession(SessionData session)
The session.
session
- The session.public SessionData getSession()
The session.
public GetSessionResult withSession(SessionData session)
The session.
session
- The session.public String toString()
toString
in class Object
Object.toString()
public GetSessionResult clone()