@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateActionTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateActionTargetResult() |
Modifier and Type | Method and Description |
---|---|
CreateActionTargetResult |
clone() |
boolean |
equals(Object obj) |
String |
getActionTargetArn()
The ARN for the custom action target.
|
int |
hashCode() |
void |
setActionTargetArn(String actionTargetArn)
The ARN for the custom action target.
|
String |
toString()
Returns a string representation of this object.
|
CreateActionTargetResult |
withActionTargetArn(String actionTargetArn)
The ARN for the custom action target.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionTargetArn(String actionTargetArn)
The ARN for the custom action target.
actionTargetArn
- The ARN for the custom action target.public String getActionTargetArn()
The ARN for the custom action target.
public CreateActionTargetResult withActionTargetArn(String actionTargetArn)
The ARN for the custom action target.
actionTargetArn
- The ARN for the custom action target.public String toString()
toString
in class Object
Object.toString()
public CreateActionTargetResult clone()