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