Class GatewayInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a gateway object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the gateway.The unique identifier assigned to your gateway during activation.The name of the gateway.The state of the gateway.The type of the gateway.int
hashCode()
void
setGatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the gateway.void
setGatewayId
(String gatewayId) The unique identifier assigned to your gateway during activation.void
setGatewayName
(String gatewayName) The name of the gateway.void
setGatewayOperationalState
(String gatewayOperationalState) The state of the gateway.void
setGatewayType
(String gatewayType) The type of the gateway.toString()
Returns a string representation of this object; useful for testing and debugging.withGatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the gateway.withGatewayId
(String gatewayId) The unique identifier assigned to your gateway during activation.withGatewayName
(String gatewayName) The name of the gateway.withGatewayOperationalState
(String gatewayOperationalState) The state of the gateway.withGatewayType
(String gatewayType) The type of the gateway.
-
Constructor Details
-
GatewayInfo
public GatewayInfo()
-
-
Method Details
-
setGatewayId
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
- Parameters:
gatewayId
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
-
getGatewayId
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
- Returns:
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
-
withGatewayId
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
- Parameters:
gatewayId
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
- 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.
-
getGatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
- Returns:
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
-
withGatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
setGatewayType
The type of the gateway.
- Parameters:
gatewayType
- The type of the gateway.
-
getGatewayType
The type of the gateway.
- Returns:
- The type of the gateway.
-
withGatewayType
The type of the gateway.
- Parameters:
gatewayType
- The type of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGatewayOperationalState
The state of the gateway.
Valid Values: DISABLED or ACTIVE
- Parameters:
gatewayOperationalState
- The state of the gateway.Valid Values: DISABLED or ACTIVE
-
getGatewayOperationalState
The state of the gateway.
Valid Values: DISABLED or ACTIVE
- Returns:
- The state of the gateway.
Valid Values: DISABLED or ACTIVE
-
withGatewayOperationalState
The state of the gateway.
Valid Values: DISABLED or ACTIVE
- Parameters:
gatewayOperationalState
- The state of the gateway.Valid Values: DISABLED or ACTIVE
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGatewayName
The name of the gateway.
- Parameters:
gatewayName
- The name of the gateway.
-
getGatewayName
The name of the gateway.
- Returns:
- The name of the gateway.
-
withGatewayName
The name of the gateway.
- Parameters:
gatewayName
- The name of the 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
-