@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFleetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetRequest |
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.
|
FleetConfiguration |
getConfiguration()
The fleet configuration to update.
|
String |
getDescription()
The description of the fleet to update.
|
String |
getDisplayName()
The display name of the fleet to update.
|
String |
getFarmId()
The farm ID to update.
|
String |
getFleetId()
The fleet ID to update.
|
Integer |
getMaxWorkerCount()
The maximum number of workers in the fleet.
|
Integer |
getMinWorkerCount()
The minimum number of workers in the fleet.
|
String |
getRoleArn()
The IAM role ARN that the fleet's workers assume while running jobs.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
void |
setConfiguration(FleetConfiguration configuration)
The fleet configuration to update.
|
void |
setDescription(String description)
The description of the fleet to update.
|
void |
setDisplayName(String displayName)
The display name of the fleet to update.
|
void |
setFarmId(String farmId)
The farm ID to update.
|
void |
setFleetId(String fleetId)
The fleet ID to update.
|
void |
setMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers in the fleet.
|
void |
setMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
|
void |
setRoleArn(String roleArn)
The IAM role ARN that the fleet's workers assume while running jobs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFleetRequest |
withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
UpdateFleetRequest |
withConfiguration(FleetConfiguration configuration)
The fleet configuration to update.
|
UpdateFleetRequest |
withDescription(String description)
The description of the fleet to update.
|
UpdateFleetRequest |
withDisplayName(String displayName)
The display name of the fleet to update.
|
UpdateFleetRequest |
withFarmId(String farmId)
The farm ID to update.
|
UpdateFleetRequest |
withFleetId(String fleetId)
The fleet ID to update.
|
UpdateFleetRequest |
withMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers in the fleet.
|
UpdateFleetRequest |
withMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
|
UpdateFleetRequest |
withRoleArn(String roleArn)
The IAM role ARN that the fleet's workers assume while running jobs.
|
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 UpdateFleetRequest 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 setConfiguration(FleetConfiguration configuration)
The fleet configuration to update.
configuration
- The fleet configuration to update.public FleetConfiguration getConfiguration()
The fleet configuration to update.
public UpdateFleetRequest withConfiguration(FleetConfiguration configuration)
The fleet configuration to update.
configuration
- The fleet configuration to update.public void setDescription(String description)
The description of the fleet to update.
description
- The description of the fleet to update.public String getDescription()
The description of the fleet to update.
public UpdateFleetRequest withDescription(String description)
The description of the fleet to update.
description
- The description of the fleet to update.public void setDisplayName(String displayName)
The display name of the fleet to update.
displayName
- The display name of the fleet to update.public String getDisplayName()
The display name of the fleet to update.
public UpdateFleetRequest withDisplayName(String displayName)
The display name of the fleet to update.
displayName
- The display name of the fleet to update.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 UpdateFleetRequest 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 UpdateFleetRequest withFleetId(String fleetId)
The fleet ID to update.
fleetId
- The fleet ID to update.public void setMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers in the fleet.
maxWorkerCount
- The maximum number of workers in the fleet.public Integer getMaxWorkerCount()
The maximum number of workers in the fleet.
public UpdateFleetRequest withMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers in the fleet.
maxWorkerCount
- The maximum number of workers in the fleet.public void setMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
minWorkerCount
- The minimum number of workers in the fleet.public Integer getMinWorkerCount()
The minimum number of workers in the fleet.
public UpdateFleetRequest withMinWorkerCount(Integer minWorkerCount)
The minimum number of workers in the fleet.
minWorkerCount
- The minimum number of workers in the fleet.public void setRoleArn(String roleArn)
The IAM role ARN that the fleet's workers assume while running jobs.
roleArn
- The IAM role ARN that the fleet's workers assume while running jobs.public String getRoleArn()
The IAM role ARN that the fleet's workers assume while running jobs.
public UpdateFleetRequest withRoleArn(String roleArn)
The IAM role ARN that the fleet's workers assume while running jobs.
roleArn
- The IAM role ARN that the fleet's workers assume while running jobs.public String toString()
toString
in class Object
Object.toString()
public UpdateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()