@Generated(value="software.amazon.awssdk:codegen") public final class Group extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Group.Builder,Group>
The object containing information about distinct imports or groups for Strategy Recommendations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Group.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
GroupName |
name()
The key of the specific import group.
|
String |
nameAsString()
The key of the specific import group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Group.Builder> |
serializableBuilderClass() |
Group.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the specific import group.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GroupName name()
The key of the specific import group.
If the service returns an enum value that is not available in the current SDK version, name will return
GroupName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
GroupNamepublic final String nameAsString()
The key of the specific import group.
If the service returns an enum value that is not available in the current SDK version, name will return
GroupName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
GroupNamepublic final String value()
The value of the specific import group.
public Group.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Group.Builder,Group>public static Group.Builder builder()
public static Class<? extends Group.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.