Class OptionRestrictionRegex
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.OptionRestrictionRegex
- All Implemented Interfaces:
Serializable
,Cloneable
A regular expression representing a restriction on a string configuration option value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getLabel()
A unique name representing this regular expression.The regular expression pattern that a string configuration option value with this restriction must match.int
hashCode()
void
A unique name representing this regular expression.void
setPattern
(String pattern) The regular expression pattern that a string configuration option value with this restriction must match.toString()
Returns a string representation of this object; useful for testing and debugging.A unique name representing this regular expression.withPattern
(String pattern) The regular expression pattern that a string configuration option value with this restriction must match.
-
Constructor Details
-
OptionRestrictionRegex
public OptionRestrictionRegex()
-
-
Method Details
-
setPattern
The regular expression pattern that a string configuration option value with this restriction must match.
- Parameters:
pattern
- The regular expression pattern that a string configuration option value with this restriction must match.
-
getPattern
The regular expression pattern that a string configuration option value with this restriction must match.
- Returns:
- The regular expression pattern that a string configuration option value with this restriction must match.
-
withPattern
The regular expression pattern that a string configuration option value with this restriction must match.
- Parameters:
pattern
- The regular expression pattern that a string configuration option value with this restriction must match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLabel
A unique name representing this regular expression.
- Parameters:
label
- A unique name representing this regular expression.
-
getLabel
A unique name representing this regular expression.
- Returns:
- A unique name representing this regular expression.
-
withLabel
A unique name representing this regular expression.
- Parameters:
label
- A unique name representing this regular expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-