@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ExportConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.