@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevelopmentSchemaArnsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDevelopmentSchemaArnsResult() |
Modifier and Type | Method and Description |
---|---|
ListDevelopmentSchemaArnsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<String> |
getSchemaArns()
The ARNs of retrieved development schemas.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setSchemaArns(Collection<String> schemaArns)
The ARNs of retrieved development schemas.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDevelopmentSchemaArnsResult |
withNextToken(String nextToken)
The pagination token.
|
ListDevelopmentSchemaArnsResult |
withSchemaArns(Collection<String> schemaArns)
The ARNs of retrieved development schemas.
|
ListDevelopmentSchemaArnsResult |
withSchemaArns(String... schemaArns)
The ARNs of retrieved development schemas.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getSchemaArns()
The ARNs of retrieved development schemas.
public void setSchemaArns(Collection<String> schemaArns)
The ARNs of retrieved development schemas.
schemaArns
- The ARNs of retrieved development schemas.public ListDevelopmentSchemaArnsResult withSchemaArns(String... schemaArns)
The ARNs of retrieved development schemas.
NOTE: This method appends the values to the existing list (if any). Use
setSchemaArns(java.util.Collection)
or withSchemaArns(java.util.Collection)
if you want to
override the existing values.
schemaArns
- The ARNs of retrieved development schemas.public ListDevelopmentSchemaArnsResult withSchemaArns(Collection<String> schemaArns)
The ARNs of retrieved development schemas.
schemaArns
- The ARNs of retrieved development schemas.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListDevelopmentSchemaArnsResult withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public ListDevelopmentSchemaArnsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.