@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutomatedDiscoveryInformation extends Object implements Serializable, Cloneable, StructuredPojo
Describes automated discovery.
| Constructor and Description |
|---|
AutomatedDiscoveryInformation() |
| Modifier and Type | Method and Description |
|---|---|
AutomatedDiscoveryInformation |
clone() |
boolean |
equals(Object obj) |
Date |
getLastRunTime()
Time that automated discovery last ran.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLastRunTime(Date lastRunTime)
Time that automated discovery last ran.
|
String |
toString()
Returns a string representation of this object.
|
AutomatedDiscoveryInformation |
withLastRunTime(Date lastRunTime)
Time that automated discovery last ran.
|
public void setLastRunTime(Date lastRunTime)
Time that automated discovery last ran.
lastRunTime - Time that automated discovery last ran.public Date getLastRunTime()
Time that automated discovery last ran.
public AutomatedDiscoveryInformation withLastRunTime(Date lastRunTime)
Time that automated discovery last ran.
lastRunTime - Time that automated discovery last ran.public String toString()
toString in class ObjectObject.toString()public AutomatedDiscoveryInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.