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