@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<WorkSpaceApplication> |
getApplications()
List of information about the specified applications.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
int |
hashCode() |
void |
setApplications(Collection<WorkSpaceApplication> applications)
List of information about the specified applications.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationsResult |
withApplications(Collection<WorkSpaceApplication> applications)
List of information about the specified applications.
|
DescribeApplicationsResult |
withApplications(WorkSpaceApplication... applications)
List of information about the specified applications.
|
DescribeApplicationsResult |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkSpaceApplication> getApplications()
List of information about the specified applications.
public void setApplications(Collection<WorkSpaceApplication> applications)
List of information about the specified applications.
applications
- List of information about the specified applications.public DescribeApplicationsResult withApplications(WorkSpaceApplication... applications)
List of information about the specified applications.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection)
or withApplications(java.util.Collection)
if you want to
override the existing values.
applications
- List of information about the specified applications.public DescribeApplicationsResult withApplications(Collection<WorkSpaceApplication> applications)
List of information about the specified applications.
applications
- List of information about the specified applications.public void setNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeApplicationsResult withNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationsResult clone()