public class BatchGetApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
BatchGetApplications operation
.
Gets information about one or more applications.
NOOP
Constructor and Description |
---|
BatchGetApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getApplicationNames()
A list of application names, with multiple application names separated
by spaces.
|
int |
hashCode() |
void |
setApplicationNames(Collection<String> applicationNames)
A list of application names, with multiple application names separated
by spaces.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetApplicationsRequest |
withApplicationNames(Collection<String> applicationNames)
A list of application names, with multiple application names separated
by spaces.
|
BatchGetApplicationsRequest |
withApplicationNames(String... applicationNames)
A list of application names, with multiple application names separated
by spaces.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getApplicationNames()
public void setApplicationNames(Collection<String> applicationNames)
applicationNames
- A list of application names, with multiple application names separated
by spaces.public BatchGetApplicationsRequest withApplicationNames(String... applicationNames)
Returns a reference to this object so that method calls can be chained together.
applicationNames
- A list of application names, with multiple application names separated
by spaces.public BatchGetApplicationsRequest withApplicationNames(Collection<String> applicationNames)
Returns a reference to this object so that method calls can be chained together.
applicationNames
- A list of application names, with multiple application names separated
by spaces.public String toString()
toString
in class Object
Object.toString()
public BatchGetApplicationsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.