@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWebExperiencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWebExperiencesResult() |
Modifier and Type | Method and Description |
---|---|
ListWebExperiencesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
List<WebExperience> |
getWebExperiences()
An array of summary information for one or more Amazon Q Business experiences.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
void |
setWebExperiences(Collection<WebExperience> webExperiences)
An array of summary information for one or more Amazon Q Business experiences.
|
String |
toString()
Returns a string representation of this object.
|
ListWebExperiencesResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
ListWebExperiencesResult |
withWebExperiences(Collection<WebExperience> webExperiences)
An array of summary information for one or more Amazon Q Business experiences.
|
ListWebExperiencesResult |
withWebExperiences(WebExperience... webExperiences)
An array of summary information for one or more Amazon Q Business experiences.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WebExperience> getWebExperiences()
An array of summary information for one or more Amazon Q Business experiences.
public void setWebExperiences(Collection<WebExperience> webExperiences)
An array of summary information for one or more Amazon Q Business experiences.
webExperiences
- An array of summary information for one or more Amazon Q Business experiences.public ListWebExperiencesResult withWebExperiences(WebExperience... webExperiences)
An array of summary information for one or more Amazon Q Business experiences.
NOTE: This method appends the values to the existing list (if any). Use
setWebExperiences(java.util.Collection)
or withWebExperiences(java.util.Collection)
if you want
to override the existing values.
webExperiences
- An array of summary information for one or more Amazon Q Business experiences.public ListWebExperiencesResult withWebExperiences(Collection<WebExperience> webExperiences)
An array of summary information for one or more Amazon Q Business experiences.
webExperiences
- An array of summary information for one or more Amazon Q Business experiences.public void setNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
nextToken
- If the response is truncated, Amazon Q Business returns this token, which you can use in a later request
to list the next set of messages.public String getNextToken()
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
public ListWebExperiencesResult withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
nextToken
- If the response is truncated, Amazon Q Business returns this token, which you can use in a later request
to list the next set of messages.public String toString()
toString
in class Object
Object.toString()
public ListWebExperiencesResult clone()