@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartIncidentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartIncidentResult() |
| Modifier and Type | Method and Description |
|---|---|
StartIncidentResult |
clone() |
boolean |
equals(Object obj) |
String |
getIncidentRecordArn()
The ARN of the newly created incident record.
|
int |
hashCode() |
void |
setIncidentRecordArn(String incidentRecordArn)
The ARN of the newly created incident record.
|
String |
toString()
Returns a string representation of this object.
|
StartIncidentResult |
withIncidentRecordArn(String incidentRecordArn)
The ARN of the newly created incident record.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIncidentRecordArn(String incidentRecordArn)
The ARN of the newly created incident record.
incidentRecordArn - The ARN of the newly created incident record.public String getIncidentRecordArn()
The ARN of the newly created incident record.
public StartIncidentResult withIncidentRecordArn(String incidentRecordArn)
The ARN of the newly created incident record.
incidentRecordArn - The ARN of the newly created incident record.public String toString()
toString in class ObjectObject.toString()public StartIncidentResult clone()