@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResponsePlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateResponsePlanResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the response plan.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateResponsePlanResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the response plan.
arn - The Amazon Resource Name (ARN) of the response plan.public String getArn()
The Amazon Resource Name (ARN) of the response plan.
public CreateResponsePlanResult withArn(String arn)
The Amazon Resource Name (ARN) of the response plan.
arn - The Amazon Resource Name (ARN) of the response plan.public String toString()
toString in class ObjectObject.toString()public CreateResponsePlanResult clone()