@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutParameterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutParameterResult() |
Modifier and Type | Method and Description |
---|---|
PutParameterResult |
clone() |
boolean |
equals(Object obj) |
Long |
getVersion()
The new version number of a parameter.
|
int |
hashCode() |
void |
setVersion(Long version)
The new version number of a parameter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutParameterResult |
withVersion(Long version)
The new version number of a parameter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVersion(Long version)
The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API actions or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.
version
- The new version number of a parameter. If you edit a parameter value, Parameter Store automatically
creates a new version and assigns this new version a unique ID. You can reference a parameter version ID
in API actions or in Systems Manager documents (SSM documents). By default, if you don't specify a
specific version, the system returns the latest parameter value when a parameter is called.public Long getVersion()
The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API actions or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.
public PutParameterResult withVersion(Long version)
The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API actions or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.
version
- The new version number of a parameter. If you edit a parameter value, Parameter Store automatically
creates a new version and assigns this new version a unique ID. You can reference a parameter version ID
in API actions or in Systems Manager documents (SSM documents). By default, if you don't specify a
specific version, the system returns the latest parameter value when a parameter is called.public String toString()
toString
in class Object
Object.toString()
public PutParameterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.