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