@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchSchemaSummary extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SearchSchemaSummary() |
Modifier and Type | Method and Description |
---|---|
SearchSchemaSummary |
clone() |
boolean |
equals(Object obj) |
String |
getRegistryName()
The name of the registry.
|
String |
getSchemaArn()
The ARN of the schema.
|
String |
getSchemaName()
The name of the schema.
|
List<SearchSchemaVersionSummary> |
getSchemaVersions()
An array of schema version summaries.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setSchemaArn(String schemaArn)
The ARN of the schema.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setSchemaVersions(Collection<SearchSchemaVersionSummary> schemaVersions)
An array of schema version summaries.
|
String |
toString()
Returns a string representation of this object.
|
SearchSchemaSummary |
withRegistryName(String registryName)
The name of the registry.
|
SearchSchemaSummary |
withSchemaArn(String schemaArn)
The ARN of the schema.
|
SearchSchemaSummary |
withSchemaName(String schemaName)
The name of the schema.
|
SearchSchemaSummary |
withSchemaVersions(Collection<SearchSchemaVersionSummary> schemaVersions)
An array of schema version summaries.
|
SearchSchemaSummary |
withSchemaVersions(SearchSchemaVersionSummary... schemaVersions)
An array of schema version summaries.
|
public void setRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public String getRegistryName()
The name of the registry.
public SearchSchemaSummary withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public void setSchemaArn(String schemaArn)
The ARN of the schema.
schemaArn
- The ARN of the schema.public String getSchemaArn()
The ARN of the schema.
public SearchSchemaSummary withSchemaArn(String schemaArn)
The ARN of the schema.
schemaArn
- The ARN of the schema.public void setSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public String getSchemaName()
The name of the schema.
public SearchSchemaSummary withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public List<SearchSchemaVersionSummary> getSchemaVersions()
An array of schema version summaries.
public void setSchemaVersions(Collection<SearchSchemaVersionSummary> schemaVersions)
An array of schema version summaries.
schemaVersions
- An array of schema version summaries.public SearchSchemaSummary withSchemaVersions(SearchSchemaVersionSummary... schemaVersions)
An array of schema version summaries.
NOTE: This method appends the values to the existing list (if any). Use
setSchemaVersions(java.util.Collection)
or withSchemaVersions(java.util.Collection)
if you want
to override the existing values.
schemaVersions
- An array of schema version summaries.public SearchSchemaSummary withSchemaVersions(Collection<SearchSchemaVersionSummary> schemaVersions)
An array of schema version summaries.
schemaVersions
- An array of schema version summaries.public String toString()
toString
in class Object
Object.toString()
public SearchSchemaSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.