Package com.pulumi.automation
Class StackSettingsConfigValue
- java.lang.Object
-
- com.pulumi.automation.StackSettingsConfigValue
-
public class StackSettingsConfigValue extends java.lang.ObjectRepresents a configuration value for a stack.
-
-
Constructor Summary
Constructors Constructor Description StackSettingsConfigValue(java.lang.Object value)StackSettingsConfigValue(java.lang.Object value, boolean isSecure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisSecure()Returns whether the value is secure.java.lang.Objectvalue()Returns the value of the configuration.
-
-
-
Method Detail
-
value
public java.lang.Object value()
Returns the value of the configuration.- Returns:
- the value
-
isSecure
public boolean isSecure()
Returns whether the value is secure.- Returns:
- true if the value is secure
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-