@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExportResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportResult |
clone() |
boolean |
equals(Object obj) |
ExportDescription |
getExportDescription()
Represents the properties of the export.
|
int |
hashCode() |
void |
setExportDescription(ExportDescription exportDescription)
Represents the properties of the export.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExportResult |
withExportDescription(ExportDescription exportDescription)
Represents the properties of the export.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportDescription(ExportDescription exportDescription)
Represents the properties of the export.
exportDescription
- Represents the properties of the export.public ExportDescription getExportDescription()
Represents the properties of the export.
public DescribeExportResult withExportDescription(ExportDescription exportDescription)
Represents the properties of the export.
exportDescription
- Represents the properties of the export.public String toString()
toString
in class Object
Object.toString()
public DescribeExportResult clone()