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
All Implemented Interfaces:
java.io.Serializable

public class SolutionStackDescription
extends java.lang.Object
implements java.io.Serializable

Describes the solution stack.

See Also:
Serialized Form

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

SolutionStackDescription

public SolutionStackDescription()
Method Detail

getSolutionStackName

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

Constraints:
Length: 0 - 100

Returns:
The name of the solution stack.

setSolutionStackName

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

Constraints:
Length: 0 - 100

Parameters:
solutionStackName - The name of the solution stack.

withSolutionStackName

public SolutionStackDescription withSolutionStackName(java.lang.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 java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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