@Generated(value="software.amazon.awssdk:codegen") public final class CreateGroupResponse extends ResourceGroupsResponse implements ToCopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Group |
group()
A full description of the resource group after it is created.
|
int |
hashCode() |
ResourceQuery |
resourceQuery()
The resource query associated with the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGroupResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags associated with the group.
|
CreateGroupResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Group group()
A full description of the resource group after it is created.
public ResourceQuery resourceQuery()
The resource query associated with the group.
public Map<String,String> tags()
The tags associated with the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>toBuilder in class AwsResponsepublic static CreateGroupResponse.Builder builder()
public static Class<? extends CreateGroupResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.