public class ExportConfigurationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
exportId
A unique identifier that you can use to query the export status.
|
Constructor and Description |
---|
ExportConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ExportConfigurationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExportId()
A unique identifier that you can use to query the export status.
|
int |
hashCode() |
void |
setExportId(java.lang.String exportId)
A unique identifier that you can use to query the export status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportConfigurationsResult |
withExportId(java.lang.String exportId)
A unique identifier that you can use to query the export status.
|
private java.lang.String exportId
A unique identifier that you can use to query the export status.
public void setExportId(java.lang.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 java.lang.String getExportId()
A unique identifier that you can use to query the export status.
public ExportConfigurationsResult withExportId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ExportConfigurationsResult clone()
clone
in class java.lang.Object