@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parameter extends Object implements Serializable, Cloneable, StructuredPojo
An Amazon EC2 Systems Manager parameter in Parameter Store.
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the parameter.
|
String |
getType()
The type of parameter.
|
String |
getValue()
The parameter value.
|
Long |
getVersion()
The parameter version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the parameter.
|
void |
setType(ParameterType type)
The type of parameter.
|
void |
setType(String type)
The type of parameter.
|
void |
setValue(String value)
The parameter value.
|
void |
setVersion(Long version)
The parameter version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Parameter |
withName(String name)
The name of the parameter.
|
Parameter |
withType(ParameterType type)
The type of parameter.
|
Parameter |
withType(String type)
The type of parameter.
|
Parameter |
withValue(String value)
The parameter value.
|
Parameter |
withVersion(Long version)
The parameter version.
|
public void setName(String name)
The name of the parameter.
name - The name of the parameter.public String getName()
The name of the parameter.
public Parameter withName(String name)
The name of the parameter.
name - The name of the parameter.public void setType(String type)
The type of parameter. Valid values include the following: String, String list, Secure string.
type - The type of parameter. Valid values include the following: String, String list, Secure string.ParameterTypepublic String getType()
The type of parameter. Valid values include the following: String, String list, Secure string.
ParameterTypepublic Parameter withType(String type)
The type of parameter. Valid values include the following: String, String list, Secure string.
type - The type of parameter. Valid values include the following: String, String list, Secure string.ParameterTypepublic void setType(ParameterType type)
The type of parameter. Valid values include the following: String, String list, Secure string.
type - The type of parameter. Valid values include the following: String, String list, Secure string.ParameterTypepublic Parameter withType(ParameterType type)
The type of parameter. Valid values include the following: String, String list, Secure string.
type - The type of parameter. Valid values include the following: String, String list, Secure string.ParameterTypepublic void setValue(String value)
The parameter value.
value - The parameter value.public String getValue()
The parameter value.
public Parameter withValue(String value)
The parameter value.
value - The parameter value.public void setVersion(Long version)
The parameter version.
version - The parameter version.public Long getVersion()
The parameter version.
public Parameter withVersion(Long version)
The parameter version.
version - The parameter version.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.