@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkerConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateWorkerConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A summary description of the worker configuration.
|
String |
getName()
The name of the worker configuration.
|
String |
getPropertiesFileContent()
Base64 encoded contents of connect-distributed.properties file.
|
int |
hashCode() |
void |
setDescription(String description)
A summary description of the worker configuration.
|
void |
setName(String name)
The name of the worker configuration.
|
void |
setPropertiesFileContent(String propertiesFileContent)
Base64 encoded contents of connect-distributed.properties file.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkerConfigurationRequest |
withDescription(String description)
A summary description of the worker configuration.
|
CreateWorkerConfigurationRequest |
withName(String name)
The name of the worker configuration.
|
CreateWorkerConfigurationRequest |
withPropertiesFileContent(String propertiesFileContent)
Base64 encoded contents of connect-distributed.properties file.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDescription(String description)
A summary description of the worker configuration.
description - A summary description of the worker configuration.public String getDescription()
A summary description of the worker configuration.
public CreateWorkerConfigurationRequest withDescription(String description)
A summary description of the worker configuration.
description - A summary description 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 CreateWorkerConfigurationRequest withName(String name)
The name of the worker configuration.
name - The name of the worker configuration.public void setPropertiesFileContent(String propertiesFileContent)
Base64 encoded contents of connect-distributed.properties file.
propertiesFileContent - Base64 encoded contents of connect-distributed.properties file.public String getPropertiesFileContent()
Base64 encoded contents of connect-distributed.properties file.
public CreateWorkerConfigurationRequest withPropertiesFileContent(String propertiesFileContent)
Base64 encoded contents of connect-distributed.properties file.
propertiesFileContent - Base64 encoded contents of connect-distributed.properties file.public String toString()
toString in class ObjectObject.toString()public CreateWorkerConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.