@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchemaExtensionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSchemaExtensionsResult() |
Modifier and Type | Method and Description |
---|---|
ListSchemaExtensionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If not null, more results are available.
|
List<SchemaExtensionInfo> |
getSchemaExtensionsInfo()
Information about the schema extensions applied to the directory.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If not null, more results are available.
|
void |
setSchemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListSchemaExtensionsResult |
withNextToken(String nextToken)
If not null, more results are available.
|
ListSchemaExtensionsResult |
withSchemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
ListSchemaExtensionsResult |
withSchemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SchemaExtensionInfo> getSchemaExtensionsInfo()
Information about the schema extensions applied to the directory.
public void setSchemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
schemaExtensionsInfo
- Information about the schema extensions applied to the directory.public ListSchemaExtensionsResult withSchemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
NOTE: This method appends the values to the existing list (if any). Use
setSchemaExtensionsInfo(java.util.Collection)
or withSchemaExtensionsInfo(java.util.Collection)
if you want to override the existing values.
schemaExtensionsInfo
- Information about the schema extensions applied to the directory.public ListSchemaExtensionsResult withSchemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
schemaExtensionsInfo
- Information about the schema extensions applied to the directory.public void setNextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken
parameter in a subsequent
call to ListSchemaExtensions
to retrieve the next set of items.
nextToken
- If not null, more results are available. Pass this value for the NextToken
parameter in a
subsequent call to ListSchemaExtensions
to retrieve the next set of items.public String getNextToken()
If not null, more results are available. Pass this value for the NextToken
parameter in a subsequent
call to ListSchemaExtensions
to retrieve the next set of items.
NextToken
parameter in a
subsequent call to ListSchemaExtensions
to retrieve the next set of items.public ListSchemaExtensionsResult withNextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken
parameter in a subsequent
call to ListSchemaExtensions
to retrieve the next set of items.
nextToken
- If not null, more results are available. Pass this value for the NextToken
parameter in a
subsequent call to ListSchemaExtensions
to retrieve the next set of items.public String toString()
toString
in class Object
Object.toString()
public ListSchemaExtensionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.