@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationSummary> |
getApplications()
The applications registered with AWS Systems Manager for SAP.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setApplications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplications(ApplicationSummary... applications)
The applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResult |
withApplications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
|
ListApplicationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationSummary> getApplications()
The applications registered with AWS Systems Manager for SAP.
public void setApplications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
applications
- The applications registered with AWS Systems Manager for SAP.public ListApplicationsResult withApplications(ApplicationSummary... applications)
The applications registered with AWS Systems Manager for SAP.
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
- The applications registered with AWS Systems Manager for SAP.public ListApplicationsResult withApplications(Collection<ApplicationSummary> applications)
The applications registered with AWS Systems Manager for SAP.
applications
- The applications registered with AWS Systems Manager for SAP.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public ListApplicationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsResult clone()