@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServerEngineAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServerEngineAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServerEngineAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the engine attribute to update.
|
String |
getAttributeValue()
The value to set for the attribute.
|
String |
getServerName()
The name of the server to update.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the engine attribute to update.
|
void |
setAttributeValue(String attributeValue)
The value to set for the attribute.
|
void |
setServerName(String serverName)
The name of the server to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateServerEngineAttributesRequest |
withAttributeName(String attributeName)
The name of the engine attribute to update.
|
UpdateServerEngineAttributesRequest |
withAttributeValue(String attributeValue)
The value to set for the attribute.
|
UpdateServerEngineAttributesRequest |
withServerName(String serverName)
The name of the server to update.
|
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, withSdkRequestTimeout
public void setServerName(String serverName)
The name of the server to update.
serverName
- The name of the server to update.public String getServerName()
The name of the server to update.
public UpdateServerEngineAttributesRequest withServerName(String serverName)
The name of the server to update.
serverName
- The name of the server to update.public void setAttributeName(String attributeName)
The name of the engine attribute to update.
attributeName
- The name of the engine attribute to update.public String getAttributeName()
The name of the engine attribute to update.
public UpdateServerEngineAttributesRequest withAttributeName(String attributeName)
The name of the engine attribute to update.
attributeName
- The name of the engine attribute to update.public void setAttributeValue(String attributeValue)
The value to set for the attribute.
attributeValue
- The value to set for the attribute.public String getAttributeValue()
The value to set for the attribute.
public UpdateServerEngineAttributesRequest withAttributeValue(String attributeValue)
The value to set for the attribute.
attributeValue
- The value to set for the attribute.public String toString()
toString
in class Object
Object.toString()
public UpdateServerEngineAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.