@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UntagResourceResult() |
Modifier and Type | Method and Description |
---|---|
UntagResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource from which you removed tags.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource from which you removed tags.
|
String |
toString()
Returns a string representation of this object.
|
UntagResourceResult |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource from which you removed tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource from which you removed tags.
resourceARN
- The Amazon Resource Name (ARN) of the resource from which you removed tags.public String getResourceARN()
The Amazon Resource Name (ARN) of the resource from which you removed tags.
public UntagResourceResult withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource from which you removed tags.
resourceARN
- The Amazon Resource Name (ARN) of the resource from which you removed tags.public String toString()
toString
in class Object
Object.toString()
public UntagResourceResult clone()