@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGroupProfileRequest extends DataZoneRequest implements ToCopyableBuilder<UpdateGroupProfileRequest.Builder,UpdateGroupProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGroupProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupProfileRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which a group profile is updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupIdentifier()
The identifier of the group profile that is updated.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGroupProfileRequest.Builder> |
serializableBuilderClass() |
GroupProfileStatus |
status()
The status of the group profile that is updated.
|
String |
statusAsString()
The status of the group profile that is updated.
|
UpdateGroupProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain in which a group profile is updated.
public final String groupIdentifier()
The identifier of the group profile that is updated.
public final GroupProfileStatus status()
The status of the group profile that is updated.
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 the group profile that is updated.
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 UpdateGroupProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGroupProfileRequest.Builder,UpdateGroupProfileRequest>toBuilder in class DataZoneRequestpublic static UpdateGroupProfileRequest.Builder builder()
public static Class<? extends UpdateGroupProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.