@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BooleanConfigurationOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options for customizing a security control parameter with a boolean. For a boolean parameter, the options are
true
and false
.
Constructor and Description |
---|
BooleanConfigurationOptions() |
Modifier and Type | Method and Description |
---|---|
BooleanConfigurationOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDefaultValue()
The Security Hub default value for a boolean parameter.
|
int |
hashCode() |
Boolean |
isDefaultValue()
The Security Hub default value for a boolean parameter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultValue(Boolean defaultValue)
The Security Hub default value for a boolean parameter.
|
String |
toString()
Returns a string representation of this object.
|
BooleanConfigurationOptions |
withDefaultValue(Boolean defaultValue)
The Security Hub default value for a boolean parameter.
|
public void setDefaultValue(Boolean defaultValue)
The Security Hub default value for a boolean parameter.
defaultValue
- The Security Hub default value for a boolean parameter.public Boolean getDefaultValue()
The Security Hub default value for a boolean parameter.
public BooleanConfigurationOptions withDefaultValue(Boolean defaultValue)
The Security Hub default value for a boolean parameter.
defaultValue
- The Security Hub default value for a boolean parameter.public Boolean isDefaultValue()
The Security Hub default value for a boolean parameter.
public String toString()
toString
in class Object
Object.toString()
public BooleanConfigurationOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.