@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of schema details.
Constructor and Description |
---|
SchemaSummary() |
Modifier and Type | Method and Description |
---|---|
SchemaSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
SchemaSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
SchemaSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getLastModified()
The date and time that schema was modified.
|
String |
getSchemaArn()
The ARN of the schema.
|
String |
getSchemaName()
The name of the schema.
|
Map<String,String> |
getTags()
Tags associated with the schema.
|
Long |
getVersionCount()
The number of versions available for the schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastModified(Date lastModified)
The date and time that schema was modified.
|
void |
setSchemaArn(String schemaArn)
The ARN of the schema.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setTags(Map<String,String> tags)
Tags associated with the schema.
|
void |
setVersionCount(Long versionCount)
The number of versions available for the schema.
|
String |
toString()
Returns a string representation of this object.
|
SchemaSummary |
withLastModified(Date lastModified)
The date and time that schema was modified.
|
SchemaSummary |
withSchemaArn(String schemaArn)
The ARN of the schema.
|
SchemaSummary |
withSchemaName(String schemaName)
The name of the schema.
|
SchemaSummary |
withTags(Map<String,String> tags)
Tags associated with the schema.
|
SchemaSummary |
withVersionCount(Long versionCount)
The number of versions available for the schema.
|
public void setLastModified(Date lastModified)
The date and time that schema was modified.
lastModified
- The date and time that schema was modified.public Date getLastModified()
The date and time that schema was modified.
public SchemaSummary withLastModified(Date lastModified)
The date and time that schema was modified.
lastModified
- The date and time that schema was modified.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 SchemaSummary 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 SchemaSummary withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public Map<String,String> getTags()
Tags associated with the schema.
public void setTags(Map<String,String> tags)
Tags associated with the schema.
tags
- Tags associated with the schema.public SchemaSummary withTags(Map<String,String> tags)
Tags associated with the schema.
tags
- Tags associated with the schema.public SchemaSummary addTagsEntry(String key, String value)
public SchemaSummary clearTagsEntries()
public void setVersionCount(Long versionCount)
The number of versions available for the schema.
versionCount
- The number of versions available for the schema.public Long getVersionCount()
The number of versions available for the schema.
public SchemaSummary withVersionCount(Long versionCount)
The number of versions available for the schema.
versionCount
- The number of versions available for the schema.public String toString()
toString
in class Object
Object.toString()
public SchemaSummary 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.