@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) |
String |
getTier()
The tier assigned to the parameter.
|
Long |
getVersion()
The new version number of a parameter.
|
int |
hashCode() |
void |
setTier(String tier)
The tier assigned to the parameter.
|
void |
setVersion(Long version)
The new version number of a parameter.
|
String |
toString()
Returns a string representation of this object.
|
PutParameterResult |
withTier(ParameterTier tier)
The tier assigned to the parameter.
|
PutParameterResult |
withTier(String tier)
The tier assigned to the parameter.
|
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 operations 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 operations 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 operations 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 operations 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 operations 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 void setTier(String tier)
The tier assigned to the parameter.
tier
- The tier assigned to the parameter.ParameterTier
public String getTier()
The tier assigned to the parameter.
ParameterTier
public PutParameterResult withTier(String tier)
The tier assigned to the parameter.
tier
- The tier assigned to the parameter.ParameterTier
public PutParameterResult withTier(ParameterTier tier)
The tier assigned to the parameter.
tier
- The tier assigned to the parameter.ParameterTier
public String toString()
toString
in class Object
Object.toString()
public PutParameterResult clone()
Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.