@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTarget extends Object implements Serializable, Cloneable, StructuredPojo
Describes a remediation action target.
| Constructor and Description |
|---|
ActionTarget() |
| Modifier and Type | Method and Description |
|---|---|
ActionTarget |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the remediation action target.
|
String |
getResourceId()
The ID of the remediation target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDescription(String description)
A description of the remediation action target.
|
void |
setResourceId(String resourceId)
The ID of the remediation target.
|
String |
toString()
Returns a string representation of this object.
|
ActionTarget |
withDescription(String description)
A description of the remediation action target.
|
ActionTarget |
withResourceId(String resourceId)
The ID of the remediation target.
|
public void setResourceId(String resourceId)
The ID of the remediation target.
resourceId - The ID of the remediation target.public String getResourceId()
The ID of the remediation target.
public ActionTarget withResourceId(String resourceId)
The ID of the remediation target.
resourceId - The ID of the remediation target.public void setDescription(String description)
A description of the remediation action target.
description - A description of the remediation action target.public String getDescription()
A description of the remediation action target.
public ActionTarget withDescription(String description)
A description of the remediation action target.
description - A description of the remediation action target.public String toString()
toString in class ObjectObject.toString()public ActionTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.