public class BatchGetApplicationsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a batch get applications operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
applicationNames
A list of application names separated by spaces.
|
NOOP
Constructor and Description |
---|
BatchGetApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getApplicationNames()
A list of application names separated by spaces.
|
int |
hashCode() |
void |
setApplicationNames(java.util.Collection<java.lang.String> applicationNames)
A list of application names separated by spaces.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetApplicationsRequest |
withApplicationNames(java.util.Collection<java.lang.String> applicationNames)
A list of application names separated by spaces.
|
BatchGetApplicationsRequest |
withApplicationNames(java.lang.String... applicationNames)
A list of application names separated by spaces.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> applicationNames
A list of application names separated by spaces.
public java.util.List<java.lang.String> getApplicationNames()
A list of application names separated by spaces.
public void setApplicationNames(java.util.Collection<java.lang.String> applicationNames)
A list of application names separated by spaces.
applicationNames
- A list of application names separated by spaces.public BatchGetApplicationsRequest withApplicationNames(java.lang.String... applicationNames)
A list of application names separated by spaces.
NOTE: This method appends the values to the existing list (if
any). Use setApplicationNames(java.util.Collection)
or
withApplicationNames(java.util.Collection)
if you want to
override the existing values.
applicationNames
- A list of application names separated by spaces.public BatchGetApplicationsRequest withApplicationNames(java.util.Collection<java.lang.String> applicationNames)
A list of application names separated by spaces.
applicationNames
- A list of application names separated by spaces.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public BatchGetApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()