@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportReference extends Object implements Serializable, Cloneable, StructuredPojo
The reference details for a given export.
| Constructor and Description |
|---|
ExportReference() |
| Modifier and Type | Method and Description |
|---|---|
ExportReference |
clone() |
boolean |
equals(Object obj) |
String |
getExportArn()
The Amazon Resource Name (ARN) for this export.
|
String |
getExportName()
The name of this specific data export.
|
ExportStatus |
getExportStatus()
The status of this specific data export.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
void |
setExportName(String exportName)
The name of this specific data export.
|
void |
setExportStatus(ExportStatus exportStatus)
The status of this specific data export.
|
String |
toString()
Returns a string representation of this object.
|
ExportReference |
withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
ExportReference |
withExportName(String exportName)
The name of this specific data export.
|
ExportReference |
withExportStatus(ExportStatus exportStatus)
The status of this specific data export.
|
public void setExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
exportArn - The Amazon Resource Name (ARN) for this export.public String getExportArn()
The Amazon Resource Name (ARN) for this export.
public ExportReference withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
exportArn - The Amazon Resource Name (ARN) for this export.public void setExportName(String exportName)
The name of this specific data export.
exportName - The name of this specific data export.public String getExportName()
The name of this specific data export.
public ExportReference withExportName(String exportName)
The name of this specific data export.
exportName - The name of this specific data export.public void setExportStatus(ExportStatus exportStatus)
The status of this specific data export.
exportStatus - The status of this specific data export.public ExportStatus getExportStatus()
The status of this specific data export.
public ExportReference withExportStatus(ExportStatus exportStatus)
The status of this specific data export.
exportStatus - The status of this specific data export.public String toString()
toString in class ObjectObject.toString()public ExportReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.