Class EnvironmentTier
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.EnvironmentTier
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the properties of an environment tier
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of this environment tier.getType()
The type of this environment tier.The version of this environment tier.int
hashCode()
void
The name of this environment tier.void
The type of this environment tier.void
setVersion
(String version) The version of this environment tier.toString()
Returns a string representation of this object; useful for testing and debugging.The name of this environment tier.The type of this environment tier.withVersion
(String version) The version of this environment tier.
-
Constructor Details
-
EnvironmentTier
public EnvironmentTier()
-
-
Method Details
-
setName
The name of this environment tier.
- Parameters:
name
- The name of this environment tier.
-
getName
The name of this environment tier.
- Returns:
- The name of this environment tier.
-
withName
The name of this environment tier.
- Parameters:
name
- The name of this environment tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The type of this environment tier.
- Parameters:
type
- The type of this environment tier.
-
getType
The type of this environment tier.
- Returns:
- The type of this environment tier.
-
withType
The type of this environment tier.
- Parameters:
type
- The type of this environment tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
The version of this environment tier.
- Parameters:
version
- The version of this environment tier.
-
getVersion
The version of this environment tier.
- Returns:
- The version of this environment tier.
-
withVersion
The version of this environment tier.
- Parameters:
version
- The version of this environment tier.- 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
-