@Generated(value="software.amazon.awssdk:codegen") public final class ServerGroupLaunchConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerGroupLaunchConfiguration.Builder,ServerGroupLaunchConfiguration>
Launch configuration for a server group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerGroupLaunchConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServerGroupLaunchConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasServerLaunchConfigurations()
Returns true if the ServerLaunchConfigurations property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
Integer |
launchOrder()
The launch order of servers in the server group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServerGroupLaunchConfiguration.Builder> |
serializableBuilderClass() |
String |
serverGroupId()
The ID of the server group with which the launch configuration is associated.
|
List<ServerLaunchConfiguration> |
serverLaunchConfigurations()
The launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String serverGroupId()
The ID of the server group with which the launch configuration is associated.
public Integer launchOrder()
The launch order of servers in the server group.
public boolean hasServerLaunchConfigurations()
public List<ServerLaunchConfiguration> serverLaunchConfigurations()
The launch configuration for servers in the server group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasServerLaunchConfigurations() to see if a value was sent in this field.
public ServerGroupLaunchConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServerGroupLaunchConfiguration.Builder,ServerGroupLaunchConfiguration>public static ServerGroupLaunchConfiguration.Builder builder()
public static Class<? extends ServerGroupLaunchConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.