|
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(Object obj)
|
List<String> |
getPermittedFileTypes()
The permitted file types allowed for a solution stack. |
String |
getSolutionStackName()
The name of the solution stack. |
int |
hashCode()
|
void |
setPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack. |
void |
setSolutionStackName(String solutionStackName)
The name of the solution stack. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SolutionStackDescription |
withPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack. |
SolutionStackDescription |
withPermittedFileTypes(String... permittedFileTypes)
The permitted file types allowed for a solution stack. |
SolutionStackDescription |
withSolutionStackName(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 String getSolutionStackName()
Constraints:
Length: 0 - 100
public void setSolutionStackName(String solutionStackName)
Constraints:
Length: 0 - 100
solutionStackName
- The name of the solution stack.public SolutionStackDescription withSolutionStackName(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 List<String> getPermittedFileTypes()
public void setPermittedFileTypes(Collection<String> permittedFileTypes)
permittedFileTypes
- The permitted file types allowed for a solution stack.public SolutionStackDescription withPermittedFileTypes(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |