@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeFleetRoleForWorkerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssumeFleetRoleForWorkerRequest() |
Modifier and Type | Method and Description |
---|---|
AssumeFleetRoleForWorkerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID for the fleet's farm.
|
String |
getFleetId()
The fleet ID that contains the worker.
|
String |
getWorkerId()
The ID of the worker assuming the fleet role.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID for the fleet's farm.
|
void |
setFleetId(String fleetId)
The fleet ID that contains the worker.
|
void |
setWorkerId(String workerId)
The ID of the worker assuming the fleet role.
|
String |
toString()
Returns a string representation of this object.
|
AssumeFleetRoleForWorkerRequest |
withFarmId(String farmId)
The farm ID for the fleet's farm.
|
AssumeFleetRoleForWorkerRequest |
withFleetId(String fleetId)
The fleet ID that contains the worker.
|
AssumeFleetRoleForWorkerRequest |
withWorkerId(String workerId)
The ID of the worker assuming the fleet role.
|
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 for the fleet's farm.
farmId
- The farm ID for the fleet's farm.public String getFarmId()
The farm ID for the fleet's farm.
public AssumeFleetRoleForWorkerRequest withFarmId(String farmId)
The farm ID for the fleet's farm.
farmId
- The farm ID for the fleet's farm.public void setFleetId(String fleetId)
The fleet ID that contains the worker.
fleetId
- The fleet ID that contains the worker.public String getFleetId()
The fleet ID that contains the worker.
public AssumeFleetRoleForWorkerRequest withFleetId(String fleetId)
The fleet ID that contains the worker.
fleetId
- The fleet ID that contains the worker.public void setWorkerId(String workerId)
The ID of the worker assuming the fleet role.
workerId
- The ID of the worker assuming the fleet role.public String getWorkerId()
The ID of the worker assuming the fleet role.
public AssumeFleetRoleForWorkerRequest withWorkerId(String workerId)
The ID of the worker assuming the fleet role.
workerId
- The ID of the worker assuming the fleet role.public String toString()
toString
in class Object
Object.toString()
public AssumeFleetRoleForWorkerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()