@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SchemaVersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
SchemaVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getSchemaArn()
The ARN of the schema version.
|
String |
getSchemaName()
The name of the schema.
|
String |
getSchemaVersion()
The version number of the schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSchemaArn(String schemaArn)
The ARN of the schema version.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setSchemaVersion(String schemaVersion)
The version number of the schema.
|
String |
toString()
Returns a string representation of this object.
|
SchemaVersionSummary |
withSchemaArn(String schemaArn)
The ARN of the schema version.
|
SchemaVersionSummary |
withSchemaName(String schemaName)
The name of the schema.
|
SchemaVersionSummary |
withSchemaVersion(String schemaVersion)
The version number of the schema.
|
public void setSchemaArn(String schemaArn)
The ARN of the schema version.
schemaArn - The ARN of the schema version.public String getSchemaArn()
The ARN of the schema version.
public SchemaVersionSummary withSchemaArn(String schemaArn)
The ARN of the schema version.
schemaArn - The ARN of the schema version.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 SchemaVersionSummary withSchemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.public void setSchemaVersion(String schemaVersion)
The version number of the schema.
schemaVersion - The version number of the schema.public String getSchemaVersion()
The version number of the schema.
public SchemaVersionSummary withSchemaVersion(String schemaVersion)
The version number of the schema.
schemaVersion - The version number of the schema.public String toString()
toString in class ObjectObject.toString()public SchemaVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.