@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartOnDemandAuditTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartOnDemandAuditTaskResult() |
Modifier and Type | Method and Description |
---|---|
StartOnDemandAuditTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskId()
The ID of the on-demand audit you started.
|
int |
hashCode() |
void |
setTaskId(String taskId)
The ID of the on-demand audit you started.
|
String |
toString()
Returns a string representation of this object.
|
StartOnDemandAuditTaskResult |
withTaskId(String taskId)
The ID of the on-demand audit you started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskId(String taskId)
The ID of the on-demand audit you started.
taskId
- The ID of the on-demand audit you started.public String getTaskId()
The ID of the on-demand audit you started.
public StartOnDemandAuditTaskResult withTaskId(String taskId)
The ID of the on-demand audit you started.
taskId
- The ID of the on-demand audit you started.public String toString()
toString
in class Object
Object.toString()
public StartOnDemandAuditTaskResult clone()