Class DisableGatewayResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DisableGatewayResult
- All Implemented Interfaces:
Serializable,Cloneable
DisableGatewayOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe unique Amazon Resource Name of the disabled gateway.inthashCode()voidsetGatewayARN(String gatewayARN) The unique Amazon Resource Name of the disabled gateway.toString()Returns a string representation of this object; useful for testing and debugging.withGatewayARN(String gatewayARN) The unique Amazon Resource Name of the disabled gateway.
-
Constructor Details
-
DisableGatewayResult
public DisableGatewayResult()
-
-
Method Details
-
setGatewayARN
The unique Amazon Resource Name of the disabled gateway.
- Parameters:
gatewayARN- The unique Amazon Resource Name of the disabled gateway.
-
getGatewayARN
The unique Amazon Resource Name of the disabled gateway.
- Returns:
- The unique Amazon Resource Name of the disabled gateway.
-
withGatewayARN
The unique Amazon Resource Name of the disabled gateway.
- Parameters:
gatewayARN- The unique Amazon Resource Name of the disabled gateway.- 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
-