@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetFleetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
BatchGetFleetsRequest () |
| Modifier and Type | Method and Description |
|---|---|
BatchGetFleetsRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
List<String> |
getNames ()
The names or ARNs of the compute fleets.
|
int |
hashCode () |
void |
setNames (Collection<String> names)
The names or ARNs of the compute fleets.
|
String |
toString ()
Returns a string representation of this object.
|
BatchGetFleetsRequest |
withNames (Collection<String> names)
The names or ARNs of the compute fleets.
|
BatchGetFleetsRequest |
withNames (String... names)
The names or ARNs of the compute fleets.
|
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 BatchGetFleetsRequest()
public List<String> getNames()
The names or ARNs of the compute fleets.
public void setNames(Collection<String> names)
The names or ARNs of the compute fleets.
names - The names or ARNs of the compute fleets.public BatchGetFleetsRequest withNames(String... names)
The names or ARNs of the compute fleets.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
existing values.
names - The names or ARNs of the compute fleets.public BatchGetFleetsRequest withNames(Collection<String> names)
The names or ARNs of the compute fleets.
names - The names or ARNs of the compute fleets.public String toString()
toString in class Object Object.toString() public BatchGetFleetsRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()