public class BatchGetApplicationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a batch get applications operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ApplicationInfo> |
applicationsInfo
Information about the applications.
|
Constructor and Description |
---|
BatchGetApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ApplicationInfo> |
getApplicationsInfo()
Information about the applications.
|
int |
hashCode() |
void |
setApplicationsInfo(java.util.Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetApplicationsResult |
withApplicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
|
BatchGetApplicationsResult |
withApplicationsInfo(java.util.Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
private SdkInternalList<ApplicationInfo> applicationsInfo
Information about the applications.
public java.util.List<ApplicationInfo> getApplicationsInfo()
Information about the applications.
public void setApplicationsInfo(java.util.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(java.util.Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
applicationsInfo
- Information about the applications.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 BatchGetApplicationsResult clone()
clone
in class java.lang.Object