public class ExportConfigurationsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ExportConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ExportConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getExportId()
A unique identifier that you can use to query the export status.
|
int |
hashCode() |
void |
setExportId(String exportId)
A unique identifier that you can use to query the export status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportConfigurationsResult |
withExportId(String exportId)
A unique identifier that you can use to query the export status.
|
public void setExportId(String exportId)
A unique identifier that you can use to query the export status.
exportId - A unique identifier that you can use to query the export status.public String getExportId()
A unique identifier that you can use to query the export status.
public ExportConfigurationsResult withExportId(String exportId)
A unique identifier that you can use to query the export status.
exportId - A unique identifier that you can use to query the export status.public String toString()
toString in class ObjectObject.toString()public ExportConfigurationsResult clone()
Copyright © 2016. All rights reserved.