Class ExportConfigurationsResult
java.lang.Object
com.amazonaws.services.applicationdiscovery.model.ExportConfigurationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withExportId
(String exportId) A unique identifier that you can use to query the export status.
-
Constructor Details
-
ExportConfigurationsResult
public ExportConfigurationsResult()
-
-
Method Details
-
setExportId
A unique identifier that you can use to query the export status.
- Parameters:
exportId
- A unique identifier that you can use to query the export status.
-
getExportId
A unique identifier that you can use to query the export status.
- Returns:
- A unique identifier that you can use to query the export status.
-
withExportId
A unique identifier that you can use to query the export status.
- Parameters:
exportId
- A unique identifier that you can use to query the export status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-