@Generated(value="software.amazon.awssdk:codegen") public final class ServerGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerGroup.Builder,ServerGroup>
A logical grouping of servers.
Modifier and Type | Class and Description |
---|---|
static interface |
ServerGroup.Builder |
Modifier and Type | Method and Description |
---|---|
static ServerGroup.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of a server group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServerGroup.Builder> |
serializableBuilderClass() |
String |
serverGroupId()
Identifier of a server group.
|
List<Server> |
serverList()
List of servers belonging to a server group.
|
ServerGroup.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String serverGroupId()
Identifier of a server group.
public String name()
Name of a server group.
public List<Server> serverList()
List of servers belonging to a server group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ServerGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ServerGroup.Builder,ServerGroup>
public static ServerGroup.Builder builder()
public static Class<? extends ServerGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.