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