Class ActivateGatewayResult
java.lang.Object
com.amazonaws.services.storagegateway.model.ActivateGatewayResult
- All Implemented Interfaces:
Serializable
,Cloneable
AWS Storage Gateway returns the Amazon Resource Name (ARN) of the activated gateway. It is a string made of information such as your account, gateway name, and region. This ARN is used to reference the gateway in other API operations as well as resource-based authorization.
For gateways activated prior to September 02, 2015 the gateway ARN contains the gateway name rather than the gateway id. Changing the name of the gateway has no effect on the gateway ARN.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setGatewayARN
(String gatewayARN) toString()
Returns a string representation of this object; useful for testing and debugging.withGatewayARN
(String gatewayARN)
-
Constructor Details
-
ActivateGatewayResult
public ActivateGatewayResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN
-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN
-- 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
-