@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSchemaResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSchemaResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeSchemaResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeSchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The source of the schema definition.
|
String |
getDescription()
The description of the schema.
|
Date |
getLastModified()
The date and time that schema was modified.
|
String |
getSchemaArn()
The ARN of the schema.
|
String |
getSchemaName()
The name of the schema.
|
String |
getSchemaVersion()
The version number of the schema
|
Map<String,String> |
getTags()
Tags associated with the resource.
|
String |
getType()
The type of the schema.
|
Date |
getVersionCreatedDate()
The date the schema version was created.
|
int |
hashCode() |
void |
setContent(String content)
The source of the schema definition.
|
void |
setDescription(String description)
The description of the schema.
|
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 |
setSchemaVersion(String schemaVersion)
The version number of the schema
|
void |
setTags(Map<String,String> tags)
Tags associated with the resource.
|
void |
setType(String type)
The type of the schema.
|
void |
setVersionCreatedDate(Date versionCreatedDate)
The date the schema version was created.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSchemaResult |
withContent(String content)
The source of the schema definition.
|
DescribeSchemaResult |
withDescription(String description)
The description of the schema.
|
DescribeSchemaResult |
withLastModified(Date lastModified)
The date and time that schema was modified.
|
DescribeSchemaResult |
withSchemaArn(String schemaArn)
The ARN of the schema.
|
DescribeSchemaResult |
withSchemaName(String schemaName)
The name of the schema.
|
DescribeSchemaResult |
withSchemaVersion(String schemaVersion)
The version number of the schema
|
DescribeSchemaResult |
withTags(Map<String,String> tags)
Tags associated with the resource.
|
DescribeSchemaResult |
withType(String type)
The type of the schema.
|
DescribeSchemaResult |
withVersionCreatedDate(Date versionCreatedDate)
The date the schema version was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContent(String content)
The source of the schema definition.
content
- The source of the schema definition.public String getContent()
The source of the schema definition.
public DescribeSchemaResult withContent(String content)
The source of the schema definition.
content
- The source of the schema definition.public void setDescription(String description)
The description of the schema.
description
- The description of the schema.public String getDescription()
The description of the schema.
public DescribeSchemaResult withDescription(String description)
The description of the schema.
description
- The description of 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 DescribeSchemaResult 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 DescribeSchemaResult 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 DescribeSchemaResult 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 schemapublic String getSchemaVersion()
The version number of the schema
public DescribeSchemaResult withSchemaVersion(String schemaVersion)
The version number of the schema
schemaVersion
- The version number of the schemapublic Map<String,String> getTags()
Tags associated with the resource.
public void setTags(Map<String,String> tags)
Tags associated with the resource.
tags
- Tags associated with the resource.public DescribeSchemaResult withTags(Map<String,String> tags)
Tags associated with the resource.
tags
- Tags associated with the resource.public DescribeSchemaResult addTagsEntry(String key, String value)
public DescribeSchemaResult clearTagsEntries()
public void setType(String type)
The type of the schema.
type
- The type of the schema.public String getType()
The type of the schema.
public DescribeSchemaResult withType(String type)
The type of the schema.
type
- The type of the schema.public void setVersionCreatedDate(Date versionCreatedDate)
The date the schema version was created.
versionCreatedDate
- The date the schema version was created.public Date getVersionCreatedDate()
The date the schema version was created.
public DescribeSchemaResult withVersionCreatedDate(Date versionCreatedDate)
The date the schema version was created.
versionCreatedDate
- The date the schema version was created.public String toString()
toString
in class Object
Object.toString()
public DescribeSchemaResult clone()