com.amazonaws.services.storagegateway.model
Class GatewayInfo

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

public class GatewayInfo
extends Object
implements Serializable

Gateway Info

See Also:
Serialized Form

Constructor Summary
GatewayInfo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getGatewayARN()
          The Amazon Resource Name (ARN) of the gateway.
 String getGatewayOperationalState()
          Returns the value of the GatewayOperationalState property for this object.
 String getGatewayType()
          Returns the value of the GatewayType property for this object.
 int hashCode()
           
 void setGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 void setGatewayOperationalState(String gatewayOperationalState)
          Sets the value of the GatewayOperationalState property for this object.
 void setGatewayType(String gatewayType)
          Sets the value of the GatewayType property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GatewayInfo withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 GatewayInfo withGatewayOperationalState(String gatewayOperationalState)
          Sets the value of the GatewayOperationalState property for this object.
 GatewayInfo withGatewayType(String gatewayType)
          Sets the value of the GatewayType property for this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GatewayInfo

public GatewayInfo()
Method Detail

getGatewayARN

public String getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

setGatewayARN

public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

withGatewayARN

public GatewayInfo withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

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

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
Returns:
A reference to this updated object so that method calls can be chained together.

getGatewayType

public String getGatewayType()
Returns the value of the GatewayType property for this object.

Constraints:
Length: 2 - 20

Returns:
The value of the GatewayType property for this object.

setGatewayType

public void setGatewayType(String gatewayType)
Sets the value of the GatewayType property for this object.

Constraints:
Length: 2 - 20

Parameters:
gatewayType - The new value for the GatewayType property for this object.

withGatewayType

public GatewayInfo withGatewayType(String gatewayType)
Sets the value of the GatewayType property for this object.

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

Constraints:
Length: 2 - 20

Parameters:
gatewayType - The new value for the GatewayType property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getGatewayOperationalState

public String getGatewayOperationalState()
Returns the value of the GatewayOperationalState property for this object.

Constraints:
Length: 2 - 25

Returns:
The value of the GatewayOperationalState property for this object.

setGatewayOperationalState

public void setGatewayOperationalState(String gatewayOperationalState)
Sets the value of the GatewayOperationalState property for this object.

Constraints:
Length: 2 - 25

Parameters:
gatewayOperationalState - The new value for the GatewayOperationalState property for this object.

withGatewayOperationalState

public GatewayInfo withGatewayOperationalState(String gatewayOperationalState)
Sets the value of the GatewayOperationalState property for this object.

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

Constraints:
Length: 2 - 25

Parameters:
gatewayOperationalState - The new value for the GatewayOperationalState property for this object.
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.