@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SsmParameterStoreParameter extends Object implements Serializable, Cloneable, StructuredPojo
AWS Systems Manager Parameter Store parameter.
Constructor and Description |
---|
SsmParameterStoreParameter() |
Modifier and Type | Method and Description |
---|---|
SsmParameterStoreParameter |
clone() |
boolean |
equals(Object obj) |
String |
getParameterName()
AWS Systems Manager Parameter Store parameter name.
|
String |
getParameterType()
AWS Systems Manager Parameter Store parameter type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParameterName(String parameterName)
AWS Systems Manager Parameter Store parameter name.
|
void |
setParameterType(String parameterType)
AWS Systems Manager Parameter Store parameter type.
|
String |
toString()
Returns a string representation of this object.
|
SsmParameterStoreParameter |
withParameterName(String parameterName)
AWS Systems Manager Parameter Store parameter name.
|
SsmParameterStoreParameter |
withParameterType(SsmParameterStoreParameterType parameterType)
AWS Systems Manager Parameter Store parameter type.
|
SsmParameterStoreParameter |
withParameterType(String parameterType)
AWS Systems Manager Parameter Store parameter type.
|
public void setParameterName(String parameterName)
AWS Systems Manager Parameter Store parameter name.
parameterName
- AWS Systems Manager Parameter Store parameter name.public String getParameterName()
AWS Systems Manager Parameter Store parameter name.
public SsmParameterStoreParameter withParameterName(String parameterName)
AWS Systems Manager Parameter Store parameter name.
parameterName
- AWS Systems Manager Parameter Store parameter name.public void setParameterType(String parameterType)
AWS Systems Manager Parameter Store parameter type.
parameterType
- AWS Systems Manager Parameter Store parameter type.SsmParameterStoreParameterType
public String getParameterType()
AWS Systems Manager Parameter Store parameter type.
SsmParameterStoreParameterType
public SsmParameterStoreParameter withParameterType(String parameterType)
AWS Systems Manager Parameter Store parameter type.
parameterType
- AWS Systems Manager Parameter Store parameter type.SsmParameterStoreParameterType
public SsmParameterStoreParameter withParameterType(SsmParameterStoreParameterType parameterType)
AWS Systems Manager Parameter Store parameter type.
parameterType
- AWS Systems Manager Parameter Store parameter type.SsmParameterStoreParameterType
public String toString()
toString
in class Object
Object.toString()
public SsmParameterStoreParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.