|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.OptionRestrictionRegex
public class OptionRestrictionRegex
A regular expression representing a restriction on a string configuration option value.
| Constructor Summary | |
|---|---|
OptionRestrictionRegex()
Default constructor for a new OptionRestrictionRegex object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLabel()
A unique name representing this regular expression. |
java.lang.String |
getPattern()
The regular expression pattern that a string configuration option value with this restriction must match. |
int |
hashCode()
|
void |
setLabel(java.lang.String label)
A unique name representing this regular expression. |
void |
setPattern(java.lang.String pattern)
The regular expression pattern that a string configuration option value with this restriction must match. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionRestrictionRegex |
withLabel(java.lang.String label)
A unique name representing this regular expression. |
OptionRestrictionRegex |
withPattern(java.lang.String pattern)
The regular expression pattern that a string configuration option value with this restriction must match. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OptionRestrictionRegex()
| Method Detail |
|---|
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern - The regular expression pattern that a string configuration option
value with this restriction must match.public OptionRestrictionRegex withPattern(java.lang.String pattern)
Returns a reference to this object so that method calls can be chained together.
pattern - The regular expression pattern that a string configuration option
value with this restriction must match.
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - A unique name representing this regular expression.public OptionRestrictionRegex withLabel(java.lang.String label)
Returns a reference to this object so that method calls can be chained together.
label - A unique name representing this regular expression.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||