@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the installed GuardDuty security agent.
| Constructor and Description |
|---|
AgentDetails() |
| Modifier and Type | Method and Description |
|---|---|
AgentDetails |
clone() |
boolean |
equals(Object obj) |
String |
getVersion()
Version of the installed GuardDuty security agent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVersion(String version)
Version of the installed GuardDuty security agent.
|
String |
toString()
Returns a string representation of this object.
|
AgentDetails |
withVersion(String version)
Version of the installed GuardDuty security agent.
|
public void setVersion(String version)
Version of the installed GuardDuty security agent.
version - Version of the installed GuardDuty security agent.public String getVersion()
Version of the installed GuardDuty security agent.
public AgentDetails withVersion(String version)
Version of the installed GuardDuty security agent.
version - Version of the installed GuardDuty security agent.public String toString()
toString in class ObjectObject.toString()public AgentDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.