@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkerConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteWorkerConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteWorkerConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getWorkerConfigurationArn()
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
|
String |
getWorkerConfigurationState()
The state of the worker configuration.
|
int |
hashCode() |
void |
setWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
|
void |
setWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkerConfigurationResult |
withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
|
DeleteWorkerConfigurationResult |
withWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
|
DeleteWorkerConfigurationResult |
withWorkerConfigurationState(WorkerConfigurationState workerConfigurationState)
The state of the worker configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
workerConfigurationArn
- The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.public String getWorkerConfigurationArn()
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
public DeleteWorkerConfigurationResult withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
workerConfigurationArn
- The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.public void setWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
workerConfigurationState
- The state of the worker configuration.WorkerConfigurationState
public String getWorkerConfigurationState()
The state of the worker configuration.
WorkerConfigurationState
public DeleteWorkerConfigurationResult withWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
workerConfigurationState
- The state of the worker configuration.WorkerConfigurationState
public DeleteWorkerConfigurationResult withWorkerConfigurationState(WorkerConfigurationState workerConfigurationState)
The state of the worker configuration.
workerConfigurationState
- The state of the worker configuration.WorkerConfigurationState
public String toString()
toString
in class Object
Object.toString()
public DeleteWorkerConfigurationResult clone()