@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkerScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkerScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkerScheduleRequest |
addUpdatedSessionActionsEntry(String key,
UpdatedSessionActionInfo value)
Add a single UpdatedSessionActions entry
|
UpdateWorkerScheduleRequest |
clearUpdatedSessionActionsEntries()
Removes all the entries added into UpdatedSessionActions.
|
UpdateWorkerScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID to update.
|
String |
getFleetId()
The fleet ID to update.
|
Map<String,UpdatedSessionActionInfo> |
getUpdatedSessionActions()
The session actions associated with the worker schedule to update.
|
String |
getWorkerId()
The worker ID to update.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID to update.
|
void |
setFleetId(String fleetId)
The fleet ID to update.
|
void |
setUpdatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)
The session actions associated with the worker schedule to update.
|
void |
setWorkerId(String workerId)
The worker ID to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkerScheduleRequest |
withFarmId(String farmId)
The farm ID to update.
|
UpdateWorkerScheduleRequest |
withFleetId(String fleetId)
The fleet ID to update.
|
UpdateWorkerScheduleRequest |
withUpdatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)
The session actions associated with the worker schedule to update.
|
UpdateWorkerScheduleRequest |
withWorkerId(String workerId)
The worker ID to update.
|
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 setFarmId(String farmId)
The farm ID to update.
farmId
- The farm ID to update.public String getFarmId()
The farm ID to update.
public UpdateWorkerScheduleRequest withFarmId(String farmId)
The farm ID to update.
farmId
- The farm ID to update.public void setFleetId(String fleetId)
The fleet ID to update.
fleetId
- The fleet ID to update.public String getFleetId()
The fleet ID to update.
public UpdateWorkerScheduleRequest withFleetId(String fleetId)
The fleet ID to update.
fleetId
- The fleet ID to update.public Map<String,UpdatedSessionActionInfo> getUpdatedSessionActions()
The session actions associated with the worker schedule to update.
public void setUpdatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)
The session actions associated with the worker schedule to update.
updatedSessionActions
- The session actions associated with the worker schedule to update.public UpdateWorkerScheduleRequest withUpdatedSessionActions(Map<String,UpdatedSessionActionInfo> updatedSessionActions)
The session actions associated with the worker schedule to update.
updatedSessionActions
- The session actions associated with the worker schedule to update.public UpdateWorkerScheduleRequest addUpdatedSessionActionsEntry(String key, UpdatedSessionActionInfo value)
public UpdateWorkerScheduleRequest clearUpdatedSessionActionsEntries()
public void setWorkerId(String workerId)
The worker ID to update.
workerId
- The worker ID to update.public String getWorkerId()
The worker ID to update.
public UpdateWorkerScheduleRequest withWorkerId(String workerId)
The worker ID to update.
workerId
- The worker ID to update.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkerScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()