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