@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkerConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the worker configuration.
| Constructor and Description |
|---|
WorkerConfigurationDescription() |
| Modifier and Type | Method and Description |
|---|---|
WorkerConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
Long |
getRevision()
The revision of the worker configuration.
|
String |
getWorkerConfigurationArn()
The Amazon Resource Name (ARN) of the worker configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRevision(Long revision)
The revision of the worker configuration.
|
void |
setWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration.
|
String |
toString()
Returns a string representation of this object.
|
WorkerConfigurationDescription |
withRevision(Long revision)
The revision of the worker configuration.
|
WorkerConfigurationDescription |
withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration.
|
public void setRevision(Long revision)
The revision of the worker configuration.
revision - The revision of the worker configuration.public Long getRevision()
The revision of the worker configuration.
public WorkerConfigurationDescription withRevision(Long revision)
The revision of the worker configuration.
revision - The revision of the worker configuration.public void setWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration.
workerConfigurationArn - The Amazon Resource Name (ARN) of the worker configuration.public String getWorkerConfigurationArn()
The Amazon Resource Name (ARN) of the worker configuration.
public WorkerConfigurationDescription withWorkerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) of the worker configuration.
workerConfigurationArn - The Amazon Resource Name (ARN) of the worker configuration.public String toString()
toString in class ObjectObject.toString()public WorkerConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.