@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributeGroupDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details related to a specific AttributeGroup.
| Constructor and Description |
|---|
AttributeGroupDetails() |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroupDetails |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon resource name (ARN) that specifies the attribute group.
|
String |
getId()
The unique identifier of the attribute group.
|
String |
getName()
The name of the attribute group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group.
|
void |
setId(String id)
The unique identifier of the attribute group.
|
void |
setName(String name)
The name of the attribute group.
|
String |
toString()
Returns a string representation of this object.
|
AttributeGroupDetails |
withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group.
|
AttributeGroupDetails |
withId(String id)
The unique identifier of the attribute group.
|
AttributeGroupDetails |
withName(String name)
The name of the attribute group.
|
public void setId(String id)
The unique identifier of the attribute group.
id - The unique identifier of the attribute group.public String getId()
The unique identifier of the attribute group.
public AttributeGroupDetails withId(String id)
The unique identifier of the attribute group.
id - The unique identifier of the attribute group.public void setArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group.
arn - The Amazon resource name (ARN) that specifies the attribute group.public String getArn()
The Amazon resource name (ARN) that specifies the attribute group.
public AttributeGroupDetails withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group.
arn - The Amazon resource name (ARN) that specifies the attribute group.public void setName(String name)
The name of the attribute group.
name - The name of the attribute group.public String getName()
The name of the attribute group.
public AttributeGroupDetails withName(String name)
The name of the attribute group.
name - The name of the attribute group.public String toString()
toString in class ObjectObject.toString()public AttributeGroupDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.