@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.
|
String |
getType()
The type of schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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.
|
void |
setType(String type)
The type of 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.
|
SchemaVersionSummary |
withType(String type)
The type of schema.
|
SchemaVersionSummary |
withType(Type type)
The type of 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 void setType(String type)
The type of schema.
type
- The type of schema.Type
public SchemaVersionSummary withType(String type)
The type of schema.
type
- The type of schema.Type
public SchemaVersionSummary withType(Type type)
The type of schema.
type
- The type of schema.Type
public String toString()
toString
in class Object
Object.toString()
public SchemaVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.