@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateResourceResult() |
Modifier and Type | Method and Description |
---|---|
AssociateResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
String |
getResourceArn()
The Amazon resource name (ARN) that specifies the resource.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
void |
setResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
|
String |
toString()
Returns a string representation of this object.
|
AssociateResourceResult |
withApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
AssociateResourceResult |
withResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
|
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 AssociateResourceResult 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 setResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
resourceArn
- The Amazon resource name (ARN) that specifies the resource.public String getResourceArn()
The Amazon resource name (ARN) that specifies the resource.
public AssociateResourceResult withResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
resourceArn
- The Amazon resource name (ARN) that specifies the resource.public String toString()
toString
in class Object
Object.toString()
public AssociateResourceResult clone()