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