|
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.SolutionStackDescription
public class SolutionStackDescription
Describes the solution stack.
| Constructor Summary | |
|---|---|
SolutionStackDescription()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getPermittedFileTypes()
The permitted file types allowed for a solution stack. |
java.lang.String |
getSolutionStackName()
The name of the solution stack. |
int |
hashCode()
|
void |
setPermittedFileTypes(java.util.Collection<java.lang.String> permittedFileTypes)
The permitted file types allowed for a solution stack. |
void |
setSolutionStackName(java.lang.String solutionStackName)
The name of the solution stack. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SolutionStackDescription |
withPermittedFileTypes(java.util.Collection<java.lang.String> permittedFileTypes)
The permitted file types allowed for a solution stack. |
SolutionStackDescription |
withPermittedFileTypes(java.lang.String... permittedFileTypes)
The permitted file types allowed for a solution stack. |
SolutionStackDescription |
withSolutionStackName(java.lang.String solutionStackName)
The name of the solution stack. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SolutionStackDescription()
| Method Detail |
|---|
public java.lang.String getSolutionStackName()
Constraints:
Length: 0 - 100
public void setSolutionStackName(java.lang.String solutionStackName)
Constraints:
Length: 0 - 100
solutionStackName - The name of the solution stack.public SolutionStackDescription withSolutionStackName(java.lang.String solutionStackName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
solutionStackName - The name of the solution stack.
public java.util.List<java.lang.String> getPermittedFileTypes()
public void setPermittedFileTypes(java.util.Collection<java.lang.String> permittedFileTypes)
permittedFileTypes - The permitted file types allowed for a solution stack.public SolutionStackDescription withPermittedFileTypes(java.lang.String... permittedFileTypes)
Returns a reference to this object so that method calls can be chained together.
permittedFileTypes - The permitted file types allowed for a solution stack.
public SolutionStackDescription withPermittedFileTypes(java.util.Collection<java.lang.String> permittedFileTypes)
Returns a reference to this object so that method calls can be chained together.
permittedFileTypes - The permitted file types allowed for a solution stack.
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 | ||||||