@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTestGridSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTestGridSessionRequest() |
Modifier and Type | Method and Description |
---|---|
GetTestGridSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProjectArn()
The ARN for the project that this session belongs to.
|
String |
getSessionArn()
An ARN that uniquely identifies a TestGridSession.
|
String |
getSessionId()
An ID associated with this session.
|
int |
hashCode() |
void |
setProjectArn(String projectArn)
The ARN for the project that this session belongs to.
|
void |
setSessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
|
void |
setSessionId(String sessionId)
An ID associated with this session.
|
String |
toString()
Returns a string representation of this object.
|
GetTestGridSessionRequest |
withProjectArn(String projectArn)
The ARN for the project that this session belongs to.
|
GetTestGridSessionRequest |
withSessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
|
GetTestGridSessionRequest |
withSessionId(String sessionId)
An ID associated with this session.
|
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 setProjectArn(String projectArn)
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
projectArn
- The ARN for the project that this session belongs to. See CreateTestGridProject and
ListTestGridProjects.public String getProjectArn()
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
public GetTestGridSessionRequest withProjectArn(String projectArn)
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
projectArn
- The ARN for the project that this session belongs to. See CreateTestGridProject and
ListTestGridProjects.public void setSessionId(String sessionId)
An ID associated with this session.
sessionId
- An ID associated with this session.public String getSessionId()
An ID associated with this session.
public GetTestGridSessionRequest withSessionId(String sessionId)
An ID associated with this session.
sessionId
- An ID associated with this session.public void setSessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
sessionArn
- An ARN that uniquely identifies a TestGridSession.public String getSessionArn()
An ARN that uniquely identifies a TestGridSession.
public GetTestGridSessionRequest withSessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
sessionArn
- An ARN that uniquely identifies a TestGridSession.public String toString()
toString
in class Object
Object.toString()
public GetTestGridSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()