@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStageSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetStageSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetStageSessionResult |
clone() |
boolean |
equals(Object obj) |
StageSession |
getStageSession()
The stage session that is returned.
|
int |
hashCode() |
void |
setStageSession(StageSession stageSession)
The stage session that is returned.
|
String |
toString()
Returns a string representation of this object.
|
GetStageSessionResult |
withStageSession(StageSession stageSession)
The stage session that is returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStageSession(StageSession stageSession)
The stage session that is returned.
stageSession - The stage session that is returned.public StageSession getStageSession()
The stage session that is returned.
public GetStageSessionResult withStageSession(StageSession stageSession)
The stage session that is returned.
stageSession - The stage session that is returned.public String toString()
toString in class ObjectObject.toString()public GetStageSessionResult clone()
Copyright © 2023. All rights reserved.