@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkerConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the workers, which are the processes that run the connector logic.
| Constructor and Description |
|---|
WorkerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
WorkerConfiguration |
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.
|
WorkerConfiguration |
withRevision(Long revision)
The revision of the worker configuration.
|
WorkerConfiguration |
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 WorkerConfiguration 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 WorkerConfiguration 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 WorkerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.