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