@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExplainabilityInfo extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the Explainability resource.
Constructor and Description |
---|
ExplainabilityInfo() |
Modifier and Type | Method and Description |
---|---|
ExplainabilityInfo |
clone() |
boolean |
equals(Object obj) |
String |
getExplainabilityArn()
The Amazon Resource Name (ARN) of the Explainability.
|
String |
getStatus()
The status of the Explainability.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
|
void |
setStatus(String status)
The status of the Explainability.
|
String |
toString()
Returns a string representation of this object.
|
ExplainabilityInfo |
withExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
|
ExplainabilityInfo |
withStatus(String status)
The status of the Explainability.
|
public void setExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn
- The Amazon Resource Name (ARN) of the Explainability.public String getExplainabilityArn()
The Amazon Resource Name (ARN) of the Explainability.
public ExplainabilityInfo withExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn
- The Amazon Resource Name (ARN) of the Explainability.public void setStatus(String status)
The status of the Explainability. 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. 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. 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 ExplainabilityInfo withStatus(String status)
The status of the Explainability. 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. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
CREATE_STOPPING
, CREATE_STOPPED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
public String toString()
toString
in class Object
Object.toString()
public ExplainabilityInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.