@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQAppsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListQAppsResult() |
Modifier and Type | Method and Description |
---|---|
ListQAppsResult |
clone() |
boolean |
equals(Object obj) |
List<UserAppItem> |
getApps()
The list of Amazon Q Apps meeting the request criteria.
|
String |
getNextToken()
The token to use to request the next page of results.
|
int |
hashCode() |
void |
setApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
|
void |
setNextToken(String nextToken)
The token to use to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListQAppsResult |
withApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
|
ListQAppsResult |
withApps(UserAppItem... apps)
The list of Amazon Q Apps meeting the request criteria.
|
ListQAppsResult |
withNextToken(String nextToken)
The token to use to request the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserAppItem> getApps()
The list of Amazon Q Apps meeting the request criteria.
public void setApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
apps
- The list of Amazon Q Apps meeting the request criteria.public ListQAppsResult withApps(UserAppItem... apps)
The list of Amazon Q Apps meeting the request criteria.
NOTE: This method appends the values to the existing list (if any). Use
setApps(java.util.Collection)
or withApps(java.util.Collection)
if you want to override the
existing values.
apps
- The list of Amazon Q Apps meeting the request criteria.public ListQAppsResult withApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
apps
- The list of Amazon Q Apps meeting the request criteria.public void setNextToken(String nextToken)
The token to use to request the next page of results.
nextToken
- The token to use to request the next page of results.public String getNextToken()
The token to use to request the next page of results.
public ListQAppsResult withNextToken(String nextToken)
The token to use to request the next page of results.
nextToken
- The token to use to request the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListQAppsResult clone()