@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<Application> |
getApplications()
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
String |
getNextToken()
If the response is truncated, Amazon Q Business returns this token.
|
int |
hashCode() |
void |
setApplications(Collection<Application> applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplications(Application... applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
ListApplicationsResult |
withApplications(Collection<Application> applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
ListApplicationsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
nextToken - If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent
request to retrieve the next set of applications.public String getNextToken()
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
public ListApplicationsResult withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
nextToken - If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent
request to retrieve the next set of applications.public List<Application> getApplications()
An array of summary information on the configuration of one or more Amazon Q Business applications.
public void setApplications(Collection<Application> applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
applications - An array of summary information on the configuration of one or more Amazon Q Business applications.public ListApplicationsResult withApplications(Application... applications)
An array of summary information on the configuration of one or more Amazon Q Business 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 - An array of summary information on the configuration of one or more Amazon Q Business applications.public ListApplicationsResult withApplications(Collection<Application> applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
applications - An array of summary information on the configuration of one or more Amazon Q Business applications.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()
Copyright © 2024. All rights reserved.