@Generated(value="software.amazon.awssdk:codegen") public final class GroupProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupProfileSummary.Builder,GroupProfileSummary>
The details of a group profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupProfileSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupProfileSummary.Builder |
builder() |
String |
domainId()
The ID of the Amazon DataZone domain of a group profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The group name of a group profile.
|
int |
hashCode() |
String |
id()
The ID of a group profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupProfileSummary.Builder> |
serializableBuilderClass() |
GroupProfileStatus |
status()
The status of a group profile.
|
String |
statusAsString()
The status of a group profile.
|
GroupProfileSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The ID of the Amazon DataZone domain of a group profile.
public final String groupName()
The group name of a group profile.
public final String id()
The ID of a group profile.
public final GroupProfileStatus status()
The status of a group profile.
If the service returns an enum value that is not available in the current SDK version, status will
return GroupProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
GroupProfileStatuspublic final String statusAsString()
The status of a group profile.
If the service returns an enum value that is not available in the current SDK version, status will
return GroupProfileStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
GroupProfileStatuspublic GroupProfileSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupProfileSummary.Builder,GroupProfileSummary>public static GroupProfileSummary.Builder builder()
public static Class<? extends GroupProfileSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.