com.amazonaws.services.storagegateway.model
Class DisableGatewayResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.DisableGatewayResult
All Implemented Interfaces:
Serializable

public class DisableGatewayResult
extends Object
implements Serializable

DisableGatewayOutput

See Also:
Serialized Form

Constructor Summary
DisableGatewayResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getGatewayARN()
          The unique Amazon Resource Name of the disabled gateway.
 int hashCode()
           
 void setGatewayARN(String gatewayARN)
          The unique Amazon Resource Name of the disabled gateway.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DisableGatewayResult withGatewayARN(String gatewayARN)
          The unique Amazon Resource Name of the disabled gateway.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisableGatewayResult

public DisableGatewayResult()
Method Detail

getGatewayARN

public String getGatewayARN()
The unique Amazon Resource Name of the disabled gateway.

Constraints:
Length: 50 - 500

Returns:
The unique Amazon Resource Name of the disabled gateway.

setGatewayARN

public void setGatewayARN(String gatewayARN)
The unique Amazon Resource Name of the disabled gateway.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The unique Amazon Resource Name of the disabled gateway.

withGatewayARN

public DisableGatewayResult withGatewayARN(String gatewayARN)
The unique Amazon Resource Name of the disabled gateway.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The unique Amazon Resource Name of the disabled gateway.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.