@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerGroupLaunchConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Launch configuration for a server group.
Constructor and Description |
---|
ServerGroupLaunchConfiguration() |
Modifier and Type | Method and Description |
---|---|
ServerGroupLaunchConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getLaunchOrder()
The launch order of servers in the server group.
|
String |
getServerGroupId()
The ID of the server group with which the launch configuration is associated.
|
List<ServerLaunchConfiguration> |
getServerLaunchConfigurations()
The launch configuration for servers in the server group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLaunchOrder(Integer launchOrder)
The launch order of servers in the server group.
|
void |
setServerGroupId(String serverGroupId)
The ID of the server group with which the launch configuration is associated.
|
void |
setServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
The launch configuration for servers in the server group.
|
String |
toString()
Returns a string representation of this object.
|
ServerGroupLaunchConfiguration |
withLaunchOrder(Integer launchOrder)
The launch order of servers in the server group.
|
ServerGroupLaunchConfiguration |
withServerGroupId(String serverGroupId)
The ID of the server group with which the launch configuration is associated.
|
ServerGroupLaunchConfiguration |
withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
The launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration |
withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
The launch configuration for servers in the server group.
|
public void setServerGroupId(String serverGroupId)
The ID of the server group with which the launch configuration is associated.
serverGroupId
- The ID of the server group with which the launch configuration is associated.public String getServerGroupId()
The ID of the server group with which the launch configuration is associated.
public ServerGroupLaunchConfiguration withServerGroupId(String serverGroupId)
The ID of the server group with which the launch configuration is associated.
serverGroupId
- The ID of the server group with which the launch configuration is associated.public void setLaunchOrder(Integer launchOrder)
The launch order of servers in the server group.
launchOrder
- The launch order of servers in the server group.public Integer getLaunchOrder()
The launch order of servers in the server group.
public ServerGroupLaunchConfiguration withLaunchOrder(Integer launchOrder)
The launch order of servers in the server group.
launchOrder
- The launch order of servers in the server group.public List<ServerLaunchConfiguration> getServerLaunchConfigurations()
The launch configuration for servers in the server group.
public void setServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
The launch configuration for servers in the server group.
serverLaunchConfigurations
- The launch configuration for servers in the server group.public ServerGroupLaunchConfiguration withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
The launch configuration for servers in the server group.
NOTE: This method appends the values to the existing list (if any). Use
setServerLaunchConfigurations(java.util.Collection)
or
withServerLaunchConfigurations(java.util.Collection)
if you want to override the existing values.
serverLaunchConfigurations
- The launch configuration for servers in the server group.public ServerGroupLaunchConfiguration withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
The launch configuration for servers in the server group.
serverLaunchConfigurations
- The launch configuration for servers in the server group.public String toString()
toString
in class Object
Object.toString()
public ServerGroupLaunchConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.