@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAttributeGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DeleteAttributeGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteAttributeGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
AttributeGroupSummary | 
getAttributeGroup()
 Information about the deleted attribute group. 
 | 
int | 
hashCode()  | 
void | 
setAttributeGroup(AttributeGroupSummary attributeGroup)
 Information about the deleted attribute group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteAttributeGroupResult | 
withAttributeGroup(AttributeGroupSummary attributeGroup)
 Information about the deleted attribute group. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAttributeGroup(AttributeGroupSummary attributeGroup)
Information about the deleted attribute group.
attributeGroup - Information about the deleted attribute group.public AttributeGroupSummary getAttributeGroup()
Information about the deleted attribute group.
public DeleteAttributeGroupResult withAttributeGroup(AttributeGroupSummary attributeGroup)
Information about the deleted attribute group.
attributeGroup - Information about the deleted attribute group.public String toString()
toString in class ObjectObject.toString()public DeleteAttributeGroupResult clone()