@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An object that provides the current value of a security control parameter and identifies whether it has been customized.
| Constructor and Description |
|---|
ParameterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ParameterConfiguration |
clone() |
boolean |
equals(Object obj) |
ParameterValue |
getValue()
The current value of a control parameter.
|
String |
getValueType()
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValue(ParameterValue value)
The current value of a control parameter.
|
void |
setValueType(String valueType)
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
|
String |
toString()
Returns a string representation of this object.
|
ParameterConfiguration |
withValue(ParameterValue value)
The current value of a control parameter.
|
ParameterConfiguration |
withValueType(ParameterValueType valueType)
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
|
ParameterConfiguration |
withValueType(String valueType)
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
|
public void setValueType(String valueType)
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
valueType - Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.ParameterValueTypepublic String getValueType()
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
ParameterValueTypepublic ParameterConfiguration withValueType(String valueType)
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
valueType - Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.ParameterValueTypepublic ParameterConfiguration withValueType(ParameterValueType valueType)
Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
valueType - Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.ParameterValueTypepublic void setValue(ParameterValue value)
The current value of a control parameter.
value - The current value of a control parameter.public ParameterValue getValue()
The current value of a control parameter.
public ParameterConfiguration withValue(ParameterValue value)
The current value of a control parameter.
value - The current value of a control parameter.public String toString()
toString in class ObjectObject.toString()public ParameterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.