@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVariableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateVariableRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVariableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDefaultValue()
The new default value of the variable.
|
String |
getDescription()
The new description.
|
String |
getName()
The name of the variable.
|
String |
getVariableType()
The variable type.
|
int |
hashCode() |
void |
setDefaultValue(String defaultValue)
The new default value of the variable.
|
void |
setDescription(String description)
The new description.
|
void |
setName(String name)
The name of the variable.
|
void |
setVariableType(String variableType)
The variable type.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVariableRequest |
withDefaultValue(String defaultValue)
The new default value of the variable.
|
UpdateVariableRequest |
withDescription(String description)
The new description.
|
UpdateVariableRequest |
withName(String name)
The name of the variable.
|
UpdateVariableRequest |
withVariableType(String variableType)
The variable type.
|
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 setName(String name)
The name of the variable.
name - The name of the variable.public String getName()
The name of the variable.
public UpdateVariableRequest withName(String name)
The name of the variable.
name - The name of the variable.public void setDefaultValue(String defaultValue)
The new default value of the variable.
defaultValue - The new default value of the variable.public String getDefaultValue()
The new default value of the variable.
public UpdateVariableRequest withDefaultValue(String defaultValue)
The new default value of the variable.
defaultValue - The new default value of the variable.public void setDescription(String description)
The new description.
description - The new description.public String getDescription()
The new description.
public UpdateVariableRequest withDescription(String description)
The new description.
description - The new description.public void setVariableType(String variableType)
The variable type.
variableType - The variable type.public String getVariableType()
The variable type.
public UpdateVariableRequest withVariableType(String variableType)
The variable type.
variableType - The variable type.public String toString()
toString in class ObjectObject.toString()public UpdateVariableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.