@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchImageSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchImageSetsResult() |
Modifier and Type | Method and Description |
---|---|
SearchImageSetsResult |
clone() |
boolean |
equals(Object obj) |
List<ImageSetsMetadataSummary> |
getImageSetsMetadataSummaries()
The model containing the image set results.
|
String |
getNextToken()
The token for pagination results.
|
Sort |
getSort()
The sort order for image set search results.
|
int |
hashCode() |
void |
setImageSetsMetadataSummaries(Collection<ImageSetsMetadataSummary> imageSetsMetadataSummaries)
The model containing the image set results.
|
void |
setNextToken(String nextToken)
The token for pagination results.
|
void |
setSort(Sort sort)
The sort order for image set search results.
|
String |
toString()
Returns a string representation of this object.
|
SearchImageSetsResult |
withImageSetsMetadataSummaries(Collection<ImageSetsMetadataSummary> imageSetsMetadataSummaries)
The model containing the image set results.
|
SearchImageSetsResult |
withImageSetsMetadataSummaries(ImageSetsMetadataSummary... imageSetsMetadataSummaries)
The model containing the image set results.
|
SearchImageSetsResult |
withNextToken(String nextToken)
The token for pagination results.
|
SearchImageSetsResult |
withSort(Sort sort)
The sort order for image set search results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImageSetsMetadataSummary> getImageSetsMetadataSummaries()
The model containing the image set results.
public void setImageSetsMetadataSummaries(Collection<ImageSetsMetadataSummary> imageSetsMetadataSummaries)
The model containing the image set results.
imageSetsMetadataSummaries
- The model containing the image set results.public SearchImageSetsResult withImageSetsMetadataSummaries(ImageSetsMetadataSummary... imageSetsMetadataSummaries)
The model containing the image set results.
NOTE: This method appends the values to the existing list (if any). Use
setImageSetsMetadataSummaries(java.util.Collection)
or
withImageSetsMetadataSummaries(java.util.Collection)
if you want to override the existing values.
imageSetsMetadataSummaries
- The model containing the image set results.public SearchImageSetsResult withImageSetsMetadataSummaries(Collection<ImageSetsMetadataSummary> imageSetsMetadataSummaries)
The model containing the image set results.
imageSetsMetadataSummaries
- The model containing the image set results.public void setSort(Sort sort)
The sort order for image set search results.
sort
- The sort order for image set search results.public Sort getSort()
The sort order for image set search results.
public SearchImageSetsResult withSort(Sort sort)
The sort order for image set search results.
sort
- The sort order for image set search results.public void setNextToken(String nextToken)
The token for pagination results.
nextToken
- The token for pagination results.public String getNextToken()
The token for pagination results.
public SearchImageSetsResult withNextToken(String nextToken)
The token for pagination results.
nextToken
- The token for pagination results.public String toString()
toString
in class Object
Object.toString()
public SearchImageSetsResult clone()