@Generated(value="software.amazon.awssdk:codegen") public class Group extends Object implements StructuredPojo, ToCopyableBuilder<Group.Builder,Group>
A resource group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Group.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
builder() |
String |
description()
The description of the resource group.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupArn()
The ARN of a resource group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of a resource group.
|
static Class<? extends Group.Builder> |
serializableBuilderClass() |
Group.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String groupArn()
The ARN of a resource group.
public String name()
The name of a resource group.
public String description()
The description of the resource group.
public Group.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Group.Builder,Group>public static Group.Builder builder()
public static Class<? extends Group.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.