@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServerConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateServerConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServerId()
The ID of the server.
|
StrategyOption |
getStrategyOption()
The preferred strategy options for the application component.
|
int |
hashCode() |
void |
setServerId(String serverId)
The ID of the server.
|
void |
setStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServerConfigRequest |
withServerId(String serverId)
The ID of the server.
|
UpdateServerConfigRequest |
withStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component.
|
addHandlerContext, 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 setServerId(String serverId)
The ID of the server.
serverId - The ID of the server.public String getServerId()
The ID of the server.
public UpdateServerConfigRequest withServerId(String serverId)
The ID of the server.
serverId - The ID of the server.public void setStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component. See the response from GetServerStrategies.
strategyOption - The preferred strategy options for the application component. See the response from
GetServerStrategies.public StrategyOption getStrategyOption()
The preferred strategy options for the application component. See the response from GetServerStrategies.
public UpdateServerConfigRequest withStrategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component. See the response from GetServerStrategies.
strategyOption - The preferred strategy options for the application component. See the response from
GetServerStrategies.public String toString()
toString in class ObjectObject.toString()public UpdateServerConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()