Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class SolutionStackDescription

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.SolutionStackDescription

public class SolutionStackDescription
extends Object

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

SolutionStackDescription

public SolutionStackDescription()
Method Detail

getSolutionStackName

public String getSolutionStackName()
The name of the solution stack.

Constraints:
Length: 0 - 100

Returns:
The name of the solution stack.

setSolutionStackName

public void setSolutionStackName(String solutionStackName)
The name of the solution stack.

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - The name of the solution stack.

withSolutionStackName

public SolutionStackDescription withSolutionStackName(String solutionStackName)
The name of the solution stack.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - The name of the solution stack.
Returns:
A reference to this updated object so that method calls can be chained together.

getPermittedFileTypes

public List<String> getPermittedFileTypes()
The permitted file types allowed for a solution stack.

Returns:
The permitted file types allowed for a solution stack.

setPermittedFileTypes

public void setPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack.

Parameters:
permittedFileTypes - The permitted file types allowed for a solution stack.

withPermittedFileTypes

public SolutionStackDescription withPermittedFileTypes(String... permittedFileTypes)
The permitted file types allowed for a solution stack.

Returns a reference to this object so that method calls can be chained together.

Parameters:
permittedFileTypes - The permitted file types allowed for a solution stack.
Returns:
A reference to this updated object so that method calls can be chained together.

withPermittedFileTypes

public SolutionStackDescription withPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack.

Returns a reference to this object so that method calls can be chained together.

Parameters:
permittedFileTypes - The permitted file types allowed for a solution stack.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.