@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGroupResponse extends QuickSightResponse implements ToCopyableBuilder<UpdateGroupResponse.Builder,UpdateGroupResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateGroupResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateGroupResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Group |
group()
The name of the group.
|
int |
hashCode() |
String |
requestId()
The AWS request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGroupResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
UpdateGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Group group()
The name of the group.
public String requestId()
The AWS request ID for this operation.
public Integer status()
The HTTP status of the request.
public UpdateGroupResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateGroupResponse.Builder,UpdateGroupResponse>
toBuilder
in class AwsResponse
public static UpdateGroupResponse.Builder builder()
public static Class<? extends UpdateGroupResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.