|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.EnvironmentTier
public class EnvironmentTier
Describes the properties of an environment tier
Constructor Summary | |
---|---|
EnvironmentTier()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getName()
The name of this environment tier. |
String |
getType()
The type of this environment tier. |
String |
getVersion()
The version of this environment tier. |
int |
hashCode()
|
void |
setName(String name)
The name of this environment tier. |
void |
setType(String type)
The type of this environment tier. |
void |
setVersion(String version)
The version of this environment tier. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EnvironmentTier |
withName(String name)
The name of this environment tier. |
EnvironmentTier |
withType(String type)
The type of this environment tier. |
EnvironmentTier |
withVersion(String version)
The version of this environment tier. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentTier()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name of this environment tier.public EnvironmentTier withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of this environment tier.
public String getType()
public void setType(String type)
type
- The type of this environment tier.public EnvironmentTier withType(String type)
Returns a reference to this object so that method calls can be chained together.
type
- The type of this environment tier.
public String getVersion()
public void setVersion(String version)
version
- The version of this environment tier.public EnvironmentTier withVersion(String version)
Returns a reference to this object so that method calls can be chained together.
version
- The version of this environment tier.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |