@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchemasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSchemasResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
List<SchemaSummary> |
getSchemaSummaries()
The retrieved list of schemas.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
void |
setSchemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
|
String |
toString()
Returns a string representation of this object.
|
ListSchemasResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListSchemasResult |
withSchemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
|
ListSchemasResult |
withSchemaSummaries(SchemaSummary... schemaSummaries)
The retrieved list of schemas.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SchemaSummary> getSchemaSummaries()
The retrieved list of schemas.
public void setSchemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
schemaSummaries - The retrieved list of schemas.public ListSchemasResult withSchemaSummaries(SchemaSummary... schemaSummaries)
The retrieved list of schemas.
NOTE: This method appends the values to the existing list (if any). Use
setSchemaSummaries(java.util.Collection) or withSchemaSummaries(java.util.Collection) if you
want to override the existing values.
schemaSummaries - The retrieved list of schemas.public ListSchemasResult withSchemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
schemaSummaries - The retrieved list of schemas.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListSchemasResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String toString()
toString in class ObjectObject.toString()public ListSchemasResult clone()