@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkerConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorkerConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorkerConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the worker configuration was created.
|
WorkerConfigurationRevisionSummary |
getLatestRevision()
The latest revision of the worker configuration.
|
String |
getName()
The name of the worker configuration.
|
String |
getWorkerConfigurationArn()
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
|
String |
getWorkerConfigurationState()
The state of the worker configuration.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the worker configuration was created.
|
void |
setLatestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
|
void |
setName(String name)
The name of the worker configuration.
|
void |
setWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
|
void |
setWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkerConfigurationResult |
withCreationTime(Date creationTime)
The time that the worker configuration was created.
|
CreateWorkerConfigurationResult |
withLatestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
|
CreateWorkerConfigurationResult |
withName(String name)
The name of the worker configuration.
|
CreateWorkerConfigurationResult |
withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
|
CreateWorkerConfigurationResult |
withWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
|
CreateWorkerConfigurationResult |
withWorkerConfigurationState(WorkerConfigurationState workerConfigurationState)
The state of the worker configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreationTime(Date creationTime)
The time that the worker configuration was created.
creationTime
- The time that the worker configuration was created.public Date getCreationTime()
The time that the worker configuration was created.
public CreateWorkerConfigurationResult withCreationTime(Date creationTime)
The time that the worker configuration was created.
creationTime
- The time that the worker configuration was created.public void setLatestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
latestRevision
- The latest revision of the worker configuration.public WorkerConfigurationRevisionSummary getLatestRevision()
The latest revision of the worker configuration.
public CreateWorkerConfigurationResult withLatestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
latestRevision
- The latest revision of the worker configuration.public void setName(String name)
The name of the worker configuration.
name
- The name of the worker configuration.public String getName()
The name of the worker configuration.
public CreateWorkerConfigurationResult withName(String name)
The name of the worker configuration.
name
- The name of the worker configuration.public void setWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
workerConfigurationArn
- The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.public String getWorkerConfigurationArn()
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
public CreateWorkerConfigurationResult withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
workerConfigurationArn
- The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.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 CreateWorkerConfigurationResult withWorkerConfigurationState(String workerConfigurationState)
The state of the worker configuration.
workerConfigurationState
- The state of the worker configuration.WorkerConfigurationState
public CreateWorkerConfigurationResult 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 CreateWorkerConfigurationResult clone()