@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()
Launch order of servers in the server group.
|
String |
getServerGroupId()
Identifier of the server group the launch configuration is associated with.
|
List<ServerLaunchConfiguration> |
getServerLaunchConfigurations()
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)
Launch order of servers in the server group.
|
void |
setServerGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
|
void |
setServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
String |
toString()
Returns a string representation of this object.
|
ServerGroupLaunchConfiguration |
withLaunchOrder(Integer launchOrder)
Launch order of servers in the server group.
|
ServerGroupLaunchConfiguration |
withServerGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
|
ServerGroupLaunchConfiguration |
withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration |
withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
public void setServerGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
serverGroupId
- Identifier of the server group the launch configuration is associated with.public String getServerGroupId()
Identifier of the server group the launch configuration is associated with.
public ServerGroupLaunchConfiguration withServerGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
serverGroupId
- Identifier of the server group the launch configuration is associated with.public void setLaunchOrder(Integer launchOrder)
Launch order of servers in the server group.
launchOrder
- Launch order of servers in the server group.public Integer getLaunchOrder()
Launch order of servers in the server group.
public ServerGroupLaunchConfiguration withLaunchOrder(Integer launchOrder)
Launch order of servers in the server group.
launchOrder
- Launch order of servers in the server group.public List<ServerLaunchConfiguration> getServerLaunchConfigurations()
Launch configuration for servers in the server group.
public void setServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
serverLaunchConfigurations
- Launch configuration for servers in the server group.public ServerGroupLaunchConfiguration withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
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
- Launch configuration for servers in the server group.public ServerGroupLaunchConfiguration withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
serverLaunchConfigurations
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.