@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()
Deprecated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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)
Deprecated.
|
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)
Deprecated.
|
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.@Deprecated public void setName(String name)
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.
The name of the attribute group.
name
-
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.
The name of the attribute group.
@Deprecated public String getName()
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.
The name of the attribute group.
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.
The name of the attribute group.
@Deprecated public AttributeGroupDetails withName(String name)
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.
The name of the attribute group.
name
-
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.
The name of the attribute group.
public String toString()
toString
in class Object
Object.toString()
public AttributeGroupDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.