@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStageSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetStageSessionRequest() |
Modifier and Type | Method and Description |
---|---|
GetStageSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSessionId()
ID of a session within the stage.
|
String |
getStageArn()
ARN of the stage for which the information is to be retrieved.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
ID of a session within the stage.
|
void |
setStageArn(String stageArn)
ARN of the stage for which the information is to be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetStageSessionRequest |
withSessionId(String sessionId)
ID of a session within the stage.
|
GetStageSessionRequest |
withStageArn(String stageArn)
ARN of the stage for which the information is to be retrieved.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStageArn(String stageArn)
ARN of the stage for which the information is to be retrieved.
stageArn
- ARN of the stage for which the information is to be retrieved.public String getStageArn()
ARN of the stage for which the information is to be retrieved.
public GetStageSessionRequest withStageArn(String stageArn)
ARN of the stage for which the information is to be retrieved.
stageArn
- ARN of the stage for which the information is to be retrieved.public void setSessionId(String sessionId)
ID of a session within the stage.
sessionId
- ID of a session within the stage.public String getSessionId()
ID of a session within the stage.
public GetStageSessionRequest withSessionId(String sessionId)
ID of a session within the stage.
sessionId
- ID of a session within the stage.public String toString()
toString
in class Object
Object.toString()
public GetStageSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()