Class SolutionStackDescription
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.SolutionStackDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the solution stack.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The permitted file types allowed for a solution stack.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.toString()
Returns a string representation of this object; useful for testing and debugging.withPermittedFileTypes
(String... permittedFileTypes) The permitted file types allowed for a solution stack.withPermittedFileTypes
(Collection<String> permittedFileTypes) The permitted file types allowed for a solution stack.withSolutionStackName
(String solutionStackName) The name of the solution stack.
-
Constructor Details
-
SolutionStackDescription
public SolutionStackDescription()
-
-
Method Details
-
setSolutionStackName
The name of the solution stack.
- Parameters:
solutionStackName
- The name of the solution stack.
-
getSolutionStackName
The name of the solution stack.
- Returns:
- The name of the solution stack.
-
withSolutionStackName
The name of the solution stack.
- Parameters:
solutionStackName
- The name of the solution stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getPermittedFileTypes
The permitted file types allowed for a solution stack.
- Returns:
- The permitted file types allowed for a solution stack.
-
setPermittedFileTypes
The permitted file types allowed for a solution stack.
- Parameters:
permittedFileTypes
- The permitted file types allowed for a solution stack.
-
withPermittedFileTypes
The permitted file types allowed for a solution stack.
NOTE: This method appends the values to the existing list (if any). Use
setPermittedFileTypes(java.util.Collection)
orwithPermittedFileTypes(java.util.Collection)
if you want to override the existing values.- Parameters:
permittedFileTypes
- The permitted file types allowed for a solution stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPermittedFileTypes
The permitted file types allowed for a solution stack.
- Parameters:
permittedFileTypes
- The permitted file types allowed for a solution stack.- 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
-