Class AddTagsToResourceResult
java.lang.Object
com.amazonaws.services.storagegateway.model.AddTagsToResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
AddTagsToResourceOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the resource you want to add tags to.int
hashCode()
void
setResourceARN
(String resourceARN) The Amazon Resource Name (ARN) of the resource you want to add tags to.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceARN
(String resourceARN) The Amazon Resource Name (ARN) of the resource you want to add tags to.
-
Constructor Details
-
AddTagsToResourceResult
public AddTagsToResourceResult()
-
-
Method Details
-
setResourceARN
The Amazon Resource Name (ARN) of the resource you want to add tags to.
- Parameters:
resourceARN
- The Amazon Resource Name (ARN) of the resource you want to add tags to.
-
getResourceARN
The Amazon Resource Name (ARN) of the resource you want to add tags to.
- Returns:
- The Amazon Resource Name (ARN) of the resource you want to add tags to.
-
withResourceARN
The Amazon Resource Name (ARN) of the resource you want to add tags to.
- Parameters:
resourceARN
- The Amazon Resource Name (ARN) of the resource you want to add tags to.- 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
-