public class EnvironmentTier extends Object implements Serializable, Cloneable
Describes the properties of an environment tier
| Constructor and Description |
|---|
EnvironmentTier() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTier |
clone() |
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.
|
public void setName(String name)
The name of this environment tier.
name - The name of this environment tier.public String getName()
The name of this environment tier.
public EnvironmentTier withName(String name)
The name of this environment tier.
name - The name of this environment tier.public void setType(String type)
The type of this environment tier.
type - The type of this environment tier.public String getType()
The type of this environment tier.
public EnvironmentTier withType(String type)
The type of this environment tier.
type - The type of this environment tier.public void setVersion(String version)
The version of this environment tier.
version - The version of this environment tier.public String getVersion()
The version of this environment tier.
public EnvironmentTier withVersion(String version)
The version of this environment tier.
version - The version of this environment tier.public String toString()
toString in class ObjectObject.toString()public EnvironmentTier clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.