@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchSchemasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchSchemasResult() |
Modifier and Type | Method and Description |
---|---|
SearchSchemasResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that specifies the next page of results to return.
|
List<SearchSchemaSummary> |
getSchemas()
An array of SearchSchemaSummary information.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that specifies the next page of results to return.
|
void |
setSchemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
|
String |
toString()
Returns a string representation of this object.
|
SearchSchemasResult |
withNextToken(String nextToken)
The token that specifies the next page of results to return.
|
SearchSchemasResult |
withSchemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
|
SearchSchemasResult |
withSchemas(SearchSchemaSummary... schemas)
An array of SearchSchemaSummary information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken
empty. The token will expire in 24 hours, and cannot be shared with other accounts.public String getNextToken()
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
public SearchSchemasResult withNextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken
empty. The token will expire in 24 hours, and cannot be shared with other accounts.public List<SearchSchemaSummary> getSchemas()
An array of SearchSchemaSummary information.
public void setSchemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
schemas
- An array of SearchSchemaSummary information.public SearchSchemasResult withSchemas(SearchSchemaSummary... schemas)
An array of SearchSchemaSummary information.
NOTE: This method appends the values to the existing list (if any). Use
setSchemas(java.util.Collection)
or withSchemas(java.util.Collection)
if you want to override
the existing values.
schemas
- An array of SearchSchemaSummary information.public SearchSchemasResult withSchemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
schemas
- An array of SearchSchemaSummary information.public String toString()
toString
in class Object
Object.toString()
public SearchSchemasResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.