@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorAdditionalConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
Information about the additional configuration.
| Constructor and Description |
|---|
DetectorAdditionalConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
DetectorAdditionalConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the additional configuration.
|
String |
getStatus()
Status of the additional configuration.
|
Date |
getUpdatedAt()
The timestamp at which the additional configuration was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
Name of the additional configuration.
|
void |
setStatus(String status)
Status of the additional configuration.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp at which the additional configuration was last updated.
|
String |
toString()
Returns a string representation of this object.
|
DetectorAdditionalConfigurationResult |
withName(FeatureAdditionalConfiguration name)
Name of the additional configuration.
|
DetectorAdditionalConfigurationResult |
withName(String name)
Name of the additional configuration.
|
DetectorAdditionalConfigurationResult |
withStatus(FeatureStatus status)
Status of the additional configuration.
|
DetectorAdditionalConfigurationResult |
withStatus(String status)
Status of the additional configuration.
|
DetectorAdditionalConfigurationResult |
withUpdatedAt(Date updatedAt)
The timestamp at which the additional configuration was last updated.
|
public DetectorAdditionalConfigurationResult()
public void setName(String name)
Name of the additional configuration.
name - Name of the additional configuration.FeatureAdditionalConfigurationpublic String getName()
Name of the additional configuration.
FeatureAdditionalConfigurationpublic DetectorAdditionalConfigurationResult withName(String name)
Name of the additional configuration.
name - Name of the additional configuration.FeatureAdditionalConfigurationpublic DetectorAdditionalConfigurationResult withName(FeatureAdditionalConfiguration name)
Name of the additional configuration.
name - Name of the additional configuration.FeatureAdditionalConfigurationpublic void setStatus(String status)
Status of the additional configuration.
status - Status of the additional configuration.FeatureStatuspublic String getStatus()
Status of the additional configuration.
FeatureStatuspublic DetectorAdditionalConfigurationResult withStatus(String status)
Status of the additional configuration.
status - Status of the additional configuration.FeatureStatuspublic DetectorAdditionalConfigurationResult withStatus(FeatureStatus status)
Status of the additional configuration.
status - Status of the additional configuration.FeatureStatuspublic void setUpdatedAt(Date updatedAt)
The timestamp at which the additional configuration was last updated. This is in UTC format.
updatedAt - The timestamp at which the additional configuration was last updated. This is in UTC format.public Date getUpdatedAt()
The timestamp at which the additional configuration was last updated. This is in UTC format.
public DetectorAdditionalConfigurationResult withUpdatedAt(Date updatedAt)
The timestamp at which the additional configuration was last updated. This is in UTC format.
updatedAt - The timestamp at which the additional configuration was last updated. This is in UTC format.public String toString()
toString in class ObjectObject.toString()public DetectorAdditionalConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.