public class EnvironmentTier extends Object implements Serializable
Describes the properties of an environment tier
Constructor and Description |
---|
EnvironmentTier() |
Modifier and Type | Method and Description |
---|---|
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 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.