Class LaunchConfiguration
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.LaunchConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an Auto Scaling launch configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LaunchConfiguration
public LaunchConfiguration()
-
-
Method Details
-
setName
The name of the launch configuration.
- Parameters:
name
- The name of the launch configuration.
-
getName
The name of the launch configuration.
- Returns:
- The name of the launch configuration.
-
withName
The name of the launch configuration.
- Parameters:
name
- The name of the launch configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-