Class UpdateGatewayInformationResult
java.lang.Object
com.amazonaws.services.storagegateway.model.UpdateGatewayInformationResult
- All Implemented Interfaces:
Serializable
,Cloneable
A JSON object containing the ARN of the gateway that was updated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setGatewayARN
(String gatewayARN) void
setGatewayName
(String gatewayName) toString()
Returns a string representation of this object; useful for testing and debugging.withGatewayARN
(String gatewayARN) withGatewayName
(String gatewayName)
-
Constructor Details
-
UpdateGatewayInformationResult
public UpdateGatewayInformationResult()
-
-
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.
-
setGatewayName
- Parameters:
gatewayName
-
-
getGatewayName
- Returns:
-
withGatewayName
- Parameters:
gatewayName
-- 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
-