@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringConfigurationOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options for customizing a security control parameter that is a string.
| Constructor and Description | 
|---|
StringConfigurationOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
StringConfigurationOptions | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDefaultValue()
 The Security Hub default value for a control parameter that is a string. 
 | 
String | 
getExpressionDescription()
 The description of the RE2 regular expression. 
 | 
String | 
getRe2Expression()
 An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDefaultValue(String defaultValue)
 The Security Hub default value for a control parameter that is a string. 
 | 
void | 
setExpressionDescription(String expressionDescription)
 The description of the RE2 regular expression. 
 | 
void | 
setRe2Expression(String re2Expression)
 An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StringConfigurationOptions | 
withDefaultValue(String defaultValue)
 The Security Hub default value for a control parameter that is a string. 
 | 
StringConfigurationOptions | 
withExpressionDescription(String expressionDescription)
 The description of the RE2 regular expression. 
 | 
StringConfigurationOptions | 
withRe2Expression(String re2Expression)
 An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string. 
 | 
public void setDefaultValue(String defaultValue)
The Security Hub default value for a control parameter that is a string.
defaultValue - The Security Hub default value for a control parameter that is a string.public String getDefaultValue()
The Security Hub default value for a control parameter that is a string.
public StringConfigurationOptions withDefaultValue(String defaultValue)
The Security Hub default value for a control parameter that is a string.
defaultValue - The Security Hub default value for a control parameter that is a string.public void setRe2Expression(String re2Expression)
An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.
re2Expression - An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.public String getRe2Expression()
An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.
public StringConfigurationOptions withRe2Expression(String re2Expression)
An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.
re2Expression - An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.public void setExpressionDescription(String expressionDescription)
The description of the RE2 regular expression.
expressionDescription - The description of the RE2 regular expression.public String getExpressionDescription()
The description of the RE2 regular expression.
public StringConfigurationOptions withExpressionDescription(String expressionDescription)
The description of the RE2 regular expression.
expressionDescription - The description of the RE2 regular expression.public String toString()
toString in class ObjectObject.toString()public StringConfigurationOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.