com.amazonaws.services.elasticbeanstalk.model
Class EnvironmentTier

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.EnvironmentTier
All Implemented Interfaces:
Serializable

public class EnvironmentTier
extends Object
implements Serializable

Describes the properties of an environment tier

See Also:
Serialized Form

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

EnvironmentTier

public EnvironmentTier()
Method Detail

getName

public String getName()
The name of this environment tier.

Returns:
The name of this environment tier.

setName

public void setName(String name)
The name of this environment tier.

Parameters:
name - The name of this environment tier.

withName

public EnvironmentTier withName(String name)
The name of this environment tier.

Returns a reference to this object so that method calls can be chained together.

Parameters:
name - The name of this environment tier.
Returns:
A reference to this updated object so that method calls can be chained together.

getType

public String getType()
The type of this environment tier.

Returns:
The type of this environment tier.

setType

public void setType(String type)
The type of this environment tier.

Parameters:
type - The type of this environment tier.

withType

public EnvironmentTier withType(String type)
The type of this environment tier.

Returns a reference to this object so that method calls can be chained together.

Parameters:
type - The type of this environment tier.
Returns:
A reference to this updated object so that method calls can be chained together.

getVersion

public String getVersion()
The version of this environment tier.

Returns:
The version of this environment tier.

setVersion

public void setVersion(String version)
The version of this environment tier.

Parameters:
version - The version of this environment tier.

withVersion

public EnvironmentTier withVersion(String version)
The version of this environment tier.

Returns a reference to this object so that method calls can be chained together.

Parameters:
version - The version of this environment tier.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.