@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSchemaResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSchemaResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateSchemaResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateSchemaResult |
clone() |
boolean |
equals(Object obj) |
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() |
String |
getType()
The type of the schema.
|
Date |
getVersionCreatedDate()
The date the schema version was created.
|
int |
hashCode() |
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) |
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.
|
UpdateSchemaResult |
withDescription(String description)
The description of the schema.
|
UpdateSchemaResult |
withLastModified(Date lastModified)
The date and time that schema was modified.
|
UpdateSchemaResult |
withSchemaArn(String schemaArn)
The ARN of the schema.
|
UpdateSchemaResult |
withSchemaName(String schemaName)
The name of the schema.
|
UpdateSchemaResult |
withSchemaVersion(String schemaVersion)
The version number of the schema
|
UpdateSchemaResult |
withTags(Map<String,String> tags) |
UpdateSchemaResult |
withType(String type)
The type of the schema.
|
UpdateSchemaResult |
withVersionCreatedDate(Date versionCreatedDate)
The date the schema version was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateSchemaResult 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 UpdateSchemaResult 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 UpdateSchemaResult 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 UpdateSchemaResult 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 UpdateSchemaResult withSchemaVersion(String schemaVersion)
The version number of the schema
schemaVersion
- The version number of the schemapublic UpdateSchemaResult withTags(Map<String,String> tags)
tags
- public UpdateSchemaResult addTagsEntry(String key, String value)
public UpdateSchemaResult 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 UpdateSchemaResult 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 UpdateSchemaResult 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 UpdateSchemaResult clone()