@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElasticBeanstalkEnvironmentTier extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the tier of the environment.
| Constructor and Description |
|---|
AwsElasticBeanstalkEnvironmentTier() |
| Modifier and Type | Method and Description |
|---|---|
AwsElasticBeanstalkEnvironmentTier |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the environment tier.
|
String |
getType()
The type of environment tier.
|
String |
getVersion()
The version of the environment tier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the environment tier.
|
void |
setType(String type)
The type of environment tier.
|
void |
setVersion(String version)
The version of the environment tier.
|
String |
toString()
Returns a string representation of this object.
|
AwsElasticBeanstalkEnvironmentTier |
withName(String name)
The name of the environment tier.
|
AwsElasticBeanstalkEnvironmentTier |
withType(String type)
The type of environment tier.
|
AwsElasticBeanstalkEnvironmentTier |
withVersion(String version)
The version of the environment tier.
|
public void setName(String name)
The name of the environment tier.
name - The name of the environment tier.public String getName()
The name of the environment tier.
public AwsElasticBeanstalkEnvironmentTier withName(String name)
The name of the environment tier.
name - The name of the environment tier.public void setType(String type)
The type of environment tier.
type - The type of environment tier.public String getType()
The type of environment tier.
public AwsElasticBeanstalkEnvironmentTier withType(String type)
The type of environment tier.
type - The type of environment tier.public void setVersion(String version)
The version of the environment tier.
version - The version of the environment tier.public String getVersion()
The version of the environment tier.
public AwsElasticBeanstalkEnvironmentTier withVersion(String version)
The version of the environment tier.
version - The version of the environment tier.public String toString()
toString in class ObjectObject.toString()public AwsElasticBeanstalkEnvironmentTier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.