public class BatchGetApplicationsResult extends Object implements Serializable, Cloneable
Represents the output of a batch get applications operation.
| Constructor and Description |
|---|
BatchGetApplicationsResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationInfo> |
getApplicationsInfo()
Information about the applications.
|
int |
hashCode() |
void |
setApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetApplicationsResult |
withApplicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
|
BatchGetApplicationsResult |
withApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
public List<ApplicationInfo> getApplicationsInfo()
Information about the applications.
public void setApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
applicationsInfo - Information about the applications.public BatchGetApplicationsResult withApplicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
NOTE: This method appends the values to the existing list (if
any). Use setApplicationsInfo(java.util.Collection) or
withApplicationsInfo(java.util.Collection) if you want to
override the existing values.
applicationsInfo - Information about the applications.public BatchGetApplicationsResult withApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
applicationsInfo - Information about the applications.public String toString()
toString in class ObjectObject.toString()public BatchGetApplicationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.