@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSessionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The unique token which the server uses to recognize retries of the same request.
|
String |
getFarmId()
The farm ID to update in the session.
|
String |
getJobId()
The job ID to update in the session.
|
String |
getQueueId()
The queue ID to update in the session.
|
String |
getSessionId()
The session ID to update.
|
String |
getTargetLifecycleStatus()
The life cycle status to update in the session.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
void |
setFarmId(String farmId)
The farm ID to update in the session.
|
void |
setJobId(String jobId)
The job ID to update in the session.
|
void |
setQueueId(String queueId)
The queue ID to update in the session.
|
void |
setSessionId(String sessionId)
The session ID to update.
|
void |
setTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status to update in the session.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSessionRequest |
withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
UpdateSessionRequest |
withFarmId(String farmId)
The farm ID to update in the session.
|
UpdateSessionRequest |
withJobId(String jobId)
The job ID to update in the session.
|
UpdateSessionRequest |
withQueueId(String queueId)
The queue ID to update in the session.
|
UpdateSessionRequest |
withSessionId(String sessionId)
The session ID to update.
|
UpdateSessionRequest |
withTargetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus)
The life cycle status to update in the session.
|
UpdateSessionRequest |
withTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status to update in the 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 setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public String getClientToken()
The unique token which the server uses to recognize retries of the same request.
public UpdateSessionRequest withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
clientToken
- The unique token which the server uses to recognize retries of the same request.public void setFarmId(String farmId)
The farm ID to update in the session.
farmId
- The farm ID to update in the session.public String getFarmId()
The farm ID to update in the session.
public UpdateSessionRequest withFarmId(String farmId)
The farm ID to update in the session.
farmId
- The farm ID to update in the session.public void setJobId(String jobId)
The job ID to update in the session.
jobId
- The job ID to update in the session.public String getJobId()
The job ID to update in the session.
public UpdateSessionRequest withJobId(String jobId)
The job ID to update in the session.
jobId
- The job ID to update in the session.public void setQueueId(String queueId)
The queue ID to update in the session.
queueId
- The queue ID to update in the session.public String getQueueId()
The queue ID to update in the session.
public UpdateSessionRequest withQueueId(String queueId)
The queue ID to update in the session.
queueId
- The queue ID to update in the session.public void setSessionId(String sessionId)
The session ID to update.
sessionId
- The session ID to update.public String getSessionId()
The session ID to update.
public UpdateSessionRequest withSessionId(String sessionId)
The session ID to update.
sessionId
- The session ID to update.public void setTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status to update in the session.
targetLifecycleStatus
- The life cycle status to update in the session.SessionLifecycleTargetStatus
public String getTargetLifecycleStatus()
The life cycle status to update in the session.
SessionLifecycleTargetStatus
public UpdateSessionRequest withTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status to update in the session.
targetLifecycleStatus
- The life cycle status to update in the session.SessionLifecycleTargetStatus
public UpdateSessionRequest withTargetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus)
The life cycle status to update in the session.
targetLifecycleStatus
- The life cycle status to update in the session.SessionLifecycleTargetStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()