@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemediationParameterValue extends Object implements Serializable, Cloneable, StructuredPojo
The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
| Constructor and Description |
|---|
RemediationParameterValue() |
| Modifier and Type | Method and Description |
|---|---|
RemediationParameterValue |
clone() |
boolean |
equals(Object obj) |
ResourceValue |
getResourceValue()
The value is dynamic and changes at run-time.
|
StaticValue |
getStaticValue()
The value is static and does not change at run-time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceValue(ResourceValue resourceValue)
The value is dynamic and changes at run-time.
|
void |
setStaticValue(StaticValue staticValue)
The value is static and does not change at run-time.
|
String |
toString()
Returns a string representation of this object.
|
RemediationParameterValue |
withResourceValue(ResourceValue resourceValue)
The value is dynamic and changes at run-time.
|
RemediationParameterValue |
withStaticValue(StaticValue staticValue)
The value is static and does not change at run-time.
|
public void setResourceValue(ResourceValue resourceValue)
The value is dynamic and changes at run-time.
resourceValue - The value is dynamic and changes at run-time.public ResourceValue getResourceValue()
The value is dynamic and changes at run-time.
public RemediationParameterValue withResourceValue(ResourceValue resourceValue)
The value is dynamic and changes at run-time.
resourceValue - The value is dynamic and changes at run-time.public void setStaticValue(StaticValue staticValue)
The value is static and does not change at run-time.
staticValue - The value is static and does not change at run-time.public StaticValue getStaticValue()
The value is static and does not change at run-time.
public RemediationParameterValue withStaticValue(StaticValue staticValue)
The value is static and does not change at run-time.
staticValue - The value is static and does not change at run-time.public String toString()
toString in class ObjectObject.toString()public RemediationParameterValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.