@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExplainabilityExportSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the Explainability export properties used in the ListExplainabilityExports operation. To
get a complete set of properties, call the DescribeExplainabilityExport operation, and provide the
ExplainabilityExportArn
.
Constructor and Description |
---|
ExplainabilityExportSummary() |
Modifier and Type | Method and Description |
---|---|
ExplainabilityExportSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the Explainability was created.
|
DataDestination |
getDestination() |
String |
getExplainabilityExportArn()
The Amazon Resource Name (ARN) of the Explainability export.
|
String |
getExplainabilityExportName()
The name of the Explainability export
|
Date |
getLastModificationTime()
The last time the resource was modified.
|
String |
getMessage()
Information about any errors that may have occurred during the Explainability export.
|
String |
getStatus()
The status of the Explainability export.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
When the Explainability was created.
|
void |
setDestination(DataDestination destination) |
void |
setExplainabilityExportArn(String explainabilityExportArn)
The Amazon Resource Name (ARN) of the Explainability export.
|
void |
setExplainabilityExportName(String explainabilityExportName)
The name of the Explainability export
|
void |
setLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
void |
setMessage(String message)
Information about any errors that may have occurred during the Explainability export.
|
void |
setStatus(String status)
The status of the Explainability export.
|
String |
toString()
Returns a string representation of this object.
|
ExplainabilityExportSummary |
withCreationTime(Date creationTime)
When the Explainability was created.
|
ExplainabilityExportSummary |
withDestination(DataDestination destination) |
ExplainabilityExportSummary |
withExplainabilityExportArn(String explainabilityExportArn)
The Amazon Resource Name (ARN) of the Explainability export.
|
ExplainabilityExportSummary |
withExplainabilityExportName(String explainabilityExportName)
The name of the Explainability export
|
ExplainabilityExportSummary |
withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
ExplainabilityExportSummary |
withMessage(String message)
Information about any errors that may have occurred during the Explainability export.
|
ExplainabilityExportSummary |
withStatus(String status)
The status of the Explainability export.
|
public void setExplainabilityExportArn(String explainabilityExportArn)
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn
- The Amazon Resource Name (ARN) of the Explainability export.public String getExplainabilityExportArn()
The Amazon Resource Name (ARN) of the Explainability export.
public ExplainabilityExportSummary withExplainabilityExportArn(String explainabilityExportArn)
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn
- The Amazon Resource Name (ARN) of the Explainability export.public void setExplainabilityExportName(String explainabilityExportName)
The name of the Explainability export
explainabilityExportName
- The name of the Explainability exportpublic String getExplainabilityExportName()
The name of the Explainability export
public ExplainabilityExportSummary withExplainabilityExportName(String explainabilityExportName)
The name of the Explainability export
explainabilityExportName
- The name of the Explainability exportpublic void setDestination(DataDestination destination)
destination
- public DataDestination getDestination()
public ExplainabilityExportSummary withDestination(DataDestination destination)
destination
- public void setStatus(String status)
The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
status
- The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
public String getStatus()
The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
public ExplainabilityExportSummary withStatus(String status)
The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
status
- The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
public void setMessage(String message)
Information about any errors that may have occurred during the Explainability export.
message
- Information about any errors that may have occurred during the Explainability export.public String getMessage()
Information about any errors that may have occurred during the Explainability export.
public ExplainabilityExportSummary withMessage(String message)
Information about any errors that may have occurred during the Explainability export.
message
- Information about any errors that may have occurred during the Explainability export.public void setCreationTime(Date creationTime)
When the Explainability was created.
creationTime
- When the Explainability was created.public Date getCreationTime()
When the Explainability was created.
public ExplainabilityExportSummary withCreationTime(Date creationTime)
When the Explainability was created.
creationTime
- When the Explainability was created.public void setLastModificationTime(Date lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- The CreationTime
.
CREATE_IN_PROGRESS
- The current timestamp.
CREATE_STOPPING
- The current timestamp.
CREATE_STOPPED
- When the job stopped.
ACTIVE
or CREATE_FAILED
- When the job finished or failed.
lastModificationTime
- The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- The CreationTime
.
CREATE_IN_PROGRESS
- The current timestamp.
CREATE_STOPPING
- The current timestamp.
CREATE_STOPPED
- When the job stopped.
ACTIVE
or CREATE_FAILED
- When the job finished or failed.
public Date getLastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- The CreationTime
.
CREATE_IN_PROGRESS
- The current timestamp.
CREATE_STOPPING
- The current timestamp.
CREATE_STOPPED
- When the job stopped.
ACTIVE
or CREATE_FAILED
- When the job finished or failed.
CREATE_PENDING
- The CreationTime
.
CREATE_IN_PROGRESS
- The current timestamp.
CREATE_STOPPING
- The current timestamp.
CREATE_STOPPED
- When the job stopped.
ACTIVE
or CREATE_FAILED
- When the job finished or failed.
public ExplainabilityExportSummary withLastModificationTime(Date lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- The CreationTime
.
CREATE_IN_PROGRESS
- The current timestamp.
CREATE_STOPPING
- The current timestamp.
CREATE_STOPPED
- When the job stopped.
ACTIVE
or CREATE_FAILED
- When the job finished or failed.
lastModificationTime
- The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- The CreationTime
.
CREATE_IN_PROGRESS
- The current timestamp.
CREATE_STOPPING
- The current timestamp.
CREATE_STOPPED
- When the job stopped.
ACTIVE
or CREATE_FAILED
- When the job finished or failed.
public String toString()
toString
in class Object
Object.toString()
public ExplainabilityExportSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.