@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutParameterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutParameterRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutParameterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Information about the parameter that you want to add to the system
|
String |
getKeyId()
The parameter key ID that you want to add to the system.
|
String |
getName()
The name of the parameter that you want to add to the system.
|
Boolean |
getOverwrite()
Overwrite an existing parameter.
|
String |
getType()
The type of parameter that you want to add to the system.
|
String |
getValue()
The parameter value that you want to add to the system.
|
int |
hashCode() |
Boolean |
isOverwrite()
Overwrite an existing parameter.
|
void |
setDescription(String description)
Information about the parameter that you want to add to the system
|
void |
setKeyId(String keyId)
The parameter key ID that you want to add to the system.
|
void |
setName(String name)
The name of the parameter that you want to add to the system.
|
void |
setOverwrite(Boolean overwrite)
Overwrite an existing parameter.
|
void |
setType(ParameterType type)
The type of parameter that you want to add to the system.
|
void |
setType(String type)
The type of parameter that you want to add to the system.
|
void |
setValue(String value)
The parameter value that you want to add to the system.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutParameterRequest |
withDescription(String description)
Information about the parameter that you want to add to the system
|
PutParameterRequest |
withKeyId(String keyId)
The parameter key ID that you want to add to the system.
|
PutParameterRequest |
withName(String name)
The name of the parameter that you want to add to the system.
|
PutParameterRequest |
withOverwrite(Boolean overwrite)
Overwrite an existing parameter.
|
PutParameterRequest |
withType(ParameterType type)
The type of parameter that you want to add to the system.
|
PutParameterRequest |
withType(String type)
The type of parameter that you want to add to the system.
|
PutParameterRequest |
withValue(String value)
The parameter value that you want to add to the system.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the parameter that you want to add to the system.
name - The name of the parameter that you want to add to the system.public String getName()
The name of the parameter that you want to add to the system.
public PutParameterRequest withName(String name)
The name of the parameter that you want to add to the system.
name - The name of the parameter that you want to add to the system.public void setDescription(String description)
Information about the parameter that you want to add to the system
description - Information about the parameter that you want to add to the systempublic String getDescription()
Information about the parameter that you want to add to the system
public PutParameterRequest withDescription(String description)
Information about the parameter that you want to add to the system
description - Information about the parameter that you want to add to the systempublic void setValue(String value)
The parameter value that you want to add to the system.
value - The parameter value that you want to add to the system.public String getValue()
The parameter value that you want to add to the system.
public PutParameterRequest withValue(String value)
The parameter value that you want to add to the system.
value - The parameter value that you want to add to the system.public void setType(String type)
The type of parameter that you want to add to the system.
type - The type of parameter that you want to add to the system.ParameterTypepublic String getType()
The type of parameter that you want to add to the system.
ParameterTypepublic PutParameterRequest withType(String type)
The type of parameter that you want to add to the system.
type - The type of parameter that you want to add to the system.ParameterTypepublic void setType(ParameterType type)
The type of parameter that you want to add to the system.
type - The type of parameter that you want to add to the system.ParameterTypepublic PutParameterRequest withType(ParameterType type)
The type of parameter that you want to add to the system.
type - The type of parameter that you want to add to the system.ParameterTypepublic void setKeyId(String keyId)
The parameter key ID that you want to add to the system.
keyId - The parameter key ID that you want to add to the system.public String getKeyId()
The parameter key ID that you want to add to the system.
public PutParameterRequest withKeyId(String keyId)
The parameter key ID that you want to add to the system.
keyId - The parameter key ID that you want to add to the system.public void setOverwrite(Boolean overwrite)
Overwrite an existing parameter. If not specified, will default to "false".
overwrite - Overwrite an existing parameter. If not specified, will default to "false".public Boolean getOverwrite()
Overwrite an existing parameter. If not specified, will default to "false".
public PutParameterRequest withOverwrite(Boolean overwrite)
Overwrite an existing parameter. If not specified, will default to "false".
overwrite - Overwrite an existing parameter. If not specified, will default to "false".public Boolean isOverwrite()
Overwrite an existing parameter. If not specified, will default to "false".
public String toString()
toString in class ObjectObject.toString()public PutParameterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.