@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SolutionStackDescription extends Object implements Serializable, Cloneable
Describes the solution stack.
Constructor and Description |
---|
SolutionStackDescription() |
Modifier and Type | Method and Description |
---|---|
SolutionStackDescription |
clone() |
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.
|
public void setSolutionStackName(String solutionStackName)
The name of the solution stack.
solutionStackName
- The name of the solution stack.public String getSolutionStackName()
The name of the solution stack.
public SolutionStackDescription withSolutionStackName(String solutionStackName)
The name of the solution stack.
solutionStackName
- The name of the solution stack.public List<String> getPermittedFileTypes()
The permitted file types allowed for a solution stack.
public void setPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack.
permittedFileTypes
- The permitted file types allowed for a solution stack.public SolutionStackDescription withPermittedFileTypes(String... permittedFileTypes)
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)
or withPermittedFileTypes(java.util.Collection)
if
you want to override the existing values.
permittedFileTypes
- The permitted file types allowed for a solution stack.public SolutionStackDescription withPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack.
permittedFileTypes
- The permitted file types allowed for a solution stack.public String toString()
toString
in class Object
Object.toString()
public SolutionStackDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.