@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportSchemaResult() |
Modifier and Type | Method and Description |
---|---|
ExportSchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getContent() |
String |
getSchemaArn() |
String |
getSchemaName() |
String |
getSchemaVersion() |
String |
getType() |
int |
hashCode() |
void |
setContent(String content) |
void |
setSchemaArn(String schemaArn) |
void |
setSchemaName(String schemaName) |
void |
setSchemaVersion(String schemaVersion) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
ExportSchemaResult |
withContent(String content) |
ExportSchemaResult |
withSchemaArn(String schemaArn) |
ExportSchemaResult |
withSchemaName(String schemaName) |
ExportSchemaResult |
withSchemaVersion(String schemaVersion) |
ExportSchemaResult |
withType(String type) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContent(String content)
content
- public String getContent()
public ExportSchemaResult withContent(String content)
content
- public void setSchemaArn(String schemaArn)
schemaArn
- public String getSchemaArn()
public ExportSchemaResult withSchemaArn(String schemaArn)
schemaArn
- public void setSchemaName(String schemaName)
schemaName
- public String getSchemaName()
public ExportSchemaResult withSchemaName(String schemaName)
schemaName
- public void setSchemaVersion(String schemaVersion)
schemaVersion
- public String getSchemaVersion()
public ExportSchemaResult withSchemaVersion(String schemaVersion)
schemaVersion
- public void setType(String type)
type
- public String getType()
public ExportSchemaResult withType(String type)
type
- public String toString()
toString
in class Object
Object.toString()
public ExportSchemaResult clone()