@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAttributeGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAttributeGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAttributeGroupResult |
clone() |
boolean |
equals(Object obj) |
AttributeGroup |
getAttributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
|
int |
hashCode() |
void |
setAttributeGroup(AttributeGroup attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAttributeGroupResult |
withAttributeGroup(AttributeGroup attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttributeGroup(AttributeGroup attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
attributeGroup
- The name or ID of the attribute group that holds the attributes to describe the application.public AttributeGroup getAttributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
public UpdateAttributeGroupResult withAttributeGroup(AttributeGroup attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
attributeGroup
- The name or ID of the attribute group that holds the attributes to describe the application.public String toString()
toString
in class Object
Object.toString()
public UpdateAttributeGroupResult clone()