@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RemediationParameterValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.