@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.FeatureAdditionalConfiguration
public String getName()
Name of the additional configuration.
FeatureAdditionalConfiguration
public DetectorAdditionalConfigurationResult withName(String name)
Name of the additional configuration.
name
- Name of the additional configuration.FeatureAdditionalConfiguration
public DetectorAdditionalConfigurationResult withName(FeatureAdditionalConfiguration name)
Name of the additional configuration.
name
- Name of the additional configuration.FeatureAdditionalConfiguration
public void setStatus(String status)
Status of the additional configuration.
status
- Status of the additional configuration.FeatureStatus
public String getStatus()
Status of the additional configuration.
FeatureStatus
public DetectorAdditionalConfigurationResult withStatus(String status)
Status of the additional configuration.
status
- Status of the additional configuration.FeatureStatus
public DetectorAdditionalConfigurationResult withStatus(FeatureStatus status)
Status of the additional configuration.
status
- Status of the additional configuration.FeatureStatus
public 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 Object
Object.toString()
public DetectorAdditionalConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.