@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateAttributeGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateAttributeGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateAttributeGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon resource name (ARN) that specifies the application.
|
String |
getAttributeGroupArn()
The Amazon resource name (ARN) that specifies the attribute group.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon resource name (ARN) that specifies the application.
|
void |
setAttributeGroupArn(String attributeGroupArn)
The Amazon resource name (ARN) that specifies the attribute group.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateAttributeGroupResult |
withApplicationArn(String applicationArn)
The Amazon resource name (ARN) that specifies the application.
|
DisassociateAttributeGroupResult |
withAttributeGroupArn(String attributeGroupArn)
The Amazon resource name (ARN) that specifies the attribute group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationArn(String applicationArn)
The Amazon resource name (ARN) that specifies the application.
applicationArn - The Amazon resource name (ARN) that specifies the application.public String getApplicationArn()
The Amazon resource name (ARN) that specifies the application.
public DisassociateAttributeGroupResult withApplicationArn(String applicationArn)
The Amazon resource name (ARN) that specifies the application.
applicationArn - The Amazon resource name (ARN) that specifies the application.public void setAttributeGroupArn(String attributeGroupArn)
The Amazon resource name (ARN) that specifies the attribute group.
attributeGroupArn - The Amazon resource name (ARN) that specifies the attribute group.public String getAttributeGroupArn()
The Amazon resource name (ARN) that specifies the attribute group.
public DisassociateAttributeGroupResult withAttributeGroupArn(String attributeGroupArn)
The Amazon resource name (ARN) that specifies the attribute group.
attributeGroupArn - The Amazon resource name (ARN) that specifies the attribute group.public String toString()
toString in class ObjectObject.toString()public DisassociateAttributeGroupResult clone()