Class RemoveTagsFromResourceResult
java.lang.Object
com.amazonaws.services.storagegateway.model.RemoveTagsFromResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
RemoveTagsFromResourceOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the resource that the tags were removed from.int
hashCode()
void
setResourceARN
(String resourceARN) The Amazon Resource Name (ARN) of the resource that the tags were removed from.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceARN
(String resourceARN) The Amazon Resource Name (ARN) of the resource that the tags were removed from.
-
Constructor Details
-
RemoveTagsFromResourceResult
public RemoveTagsFromResourceResult()
-
-
Method Details
-
setResourceARN
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
- Parameters:
resourceARN
- The Amazon Resource Name (ARN) of the resource that the tags were removed from.
-
getResourceARN
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
- Returns:
- The Amazon Resource Name (ARN) of the resource that the tags were removed from.
-
withResourceARN
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
- Parameters:
resourceARN
- The Amazon Resource Name (ARN) of the resource that the tags were removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-