@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPageResolutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPageResolutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListPageResolutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<ResolutionContact> |
getPageResolutions()
Information about the resolution for an engagement.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
|
String |
toString()
Returns a string representation of this object.
|
ListPageResolutionsResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
ListPageResolutionsResult |
withPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
|
ListPageResolutionsResult |
withPageResolutions(ResolutionContact... pageResolutions)
Information about the resolution for an engagement.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public ListPageResolutionsResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public List<ResolutionContact> getPageResolutions()
Information about the resolution for an engagement.
public void setPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
pageResolutions
- Information about the resolution for an engagement.public ListPageResolutionsResult withPageResolutions(ResolutionContact... pageResolutions)
Information about the resolution for an engagement.
NOTE: This method appends the values to the existing list (if any). Use
setPageResolutions(java.util.Collection)
or withPageResolutions(java.util.Collection)
if you
want to override the existing values.
pageResolutions
- Information about the resolution for an engagement.public ListPageResolutionsResult withPageResolutions(Collection<ResolutionContact> pageResolutions)
Information about the resolution for an engagement.
pageResolutions
- Information about the resolution for an engagement.public String toString()
toString
in class Object
Object.toString()
public ListPageResolutionsResult clone()