public class DescribeGatewayInformationResult extends Object implements Serializable, Cloneable
A JSON object containing the following fields:
Constructor and Description |
---|
DescribeGatewayInformationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGatewayInformationResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getGatewayId()
The gateway ID.
|
String |
getGatewayName()
The gateway name.
|
List<NetworkInterface> |
getGatewayNetworkInterfaces()
A NetworkInterface array that contains descriptions of the
gateway network interfaces.
|
String |
getGatewayState()
One of the values that indicates the operating state of the gateway.
|
String |
getGatewayTimezone()
One of the values that indicates the time zone configured for the
gateway.
|
String |
getGatewayType()
The type of the gateway.
|
String |
getLastSoftwareUpdate()
The date on which the last software update was applied to the gateway.
|
String |
getNextUpdateAvailabilityDate()
The date on which an update to the gateway is available.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setGatewayId(String gatewayId)
The gateway ID.
|
void |
setGatewayName(String gatewayName)
The gateway name.
|
void |
setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the
gateway network interfaces.
|
void |
setGatewayState(String gatewayState)
One of the values that indicates the operating state of the gateway.
|
void |
setGatewayTimezone(String gatewayTimezone)
One of the values that indicates the time zone configured for the
gateway.
|
void |
setGatewayType(String gatewayType)
The type of the gateway.
|
void |
setLastSoftwareUpdate(String lastSoftwareUpdate)
The date on which the last software update was applied to the gateway.
|
void |
setNextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
The date on which an update to the gateway is available.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeGatewayInformationResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeGatewayInformationResult |
withGatewayId(String gatewayId)
The gateway ID.
|
DescribeGatewayInformationResult |
withGatewayName(String gatewayName)
The gateway name.
|
DescribeGatewayInformationResult |
withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the
gateway network interfaces.
|
DescribeGatewayInformationResult |
withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the
gateway network interfaces.
|
DescribeGatewayInformationResult |
withGatewayState(String gatewayState)
One of the values that indicates the operating state of the gateway.
|
DescribeGatewayInformationResult |
withGatewayTimezone(String gatewayTimezone)
One of the values that indicates the time zone configured for the
gateway.
|
DescribeGatewayInformationResult |
withGatewayType(String gatewayType)
The type of the gateway.
|
DescribeGatewayInformationResult |
withLastSoftwareUpdate(String lastSoftwareUpdate)
The date on which the last software update was applied to the gateway.
|
DescribeGatewayInformationResult |
withNextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
The date on which an update to the gateway is available.
|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeGatewayInformationResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public String getGatewayId()
Constraints:
Length: 12 - 30
public void setGatewayId(String gatewayId)
Constraints:
Length: 12 - 30
gatewayId
- The gateway ID.public DescribeGatewayInformationResult withGatewayId(String gatewayId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 12 - 30
gatewayId
- The gateway ID.public String getGatewayName()
public void setGatewayName(String gatewayName)
gatewayName
- The gateway name.public DescribeGatewayInformationResult withGatewayName(String gatewayName)
Returns a reference to this object so that method calls can be chained together.
gatewayName
- The gateway name.public String getGatewayTimezone()
Constraints:
Length: 3 - 10
public void setGatewayTimezone(String gatewayTimezone)
Constraints:
Length: 3 - 10
gatewayTimezone
- One of the values that indicates the time zone configured for the
gateway.public DescribeGatewayInformationResult withGatewayTimezone(String gatewayTimezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 10
gatewayTimezone
- One of the values that indicates the time zone configured for the
gateway.public String getGatewayState()
Constraints:
Length: 2 - 25
public void setGatewayState(String gatewayState)
Constraints:
Length: 2 - 25
gatewayState
- One of the values that indicates the operating state of the gateway.public DescribeGatewayInformationResult withGatewayState(String gatewayState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 25
gatewayState
- One of the values that indicates the operating state of the gateway.public List<NetworkInterface> getGatewayNetworkInterfaces()
public void setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the
gateway network interfaces.public DescribeGatewayInformationResult withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
NOTE: This method appends the values to the existing list (if
any). Use setGatewayNetworkInterfaces(java.util.Collection)
or withGatewayNetworkInterfaces(java.util.Collection)
if you
want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the
gateway network interfaces.public DescribeGatewayInformationResult withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
Returns a reference to this object so that method calls can be chained together.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the
gateway network interfaces.public String getGatewayType()
Constraints:
Length: 2 - 20
public void setGatewayType(String gatewayType)
Constraints:
Length: 2 - 20
gatewayType
- The type of the gateway.public DescribeGatewayInformationResult withGatewayType(String gatewayType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 20
gatewayType
- The type of the gateway.public String getNextUpdateAvailabilityDate()
Constraints:
Length: 1 - 25
public void setNextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
Constraints:
Length: 1 - 25
nextUpdateAvailabilityDate
- The date on which an update to the gateway is available. This date is
in the time zone of the gateway. If the gateway is not available for
an update this field is not returned in the response.public DescribeGatewayInformationResult withNextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 25
nextUpdateAvailabilityDate
- The date on which an update to the gateway is available. This date is
in the time zone of the gateway. If the gateway is not available for
an update this field is not returned in the response.public String getLastSoftwareUpdate()
Constraints:
Length: 1 - 25
public void setLastSoftwareUpdate(String lastSoftwareUpdate)
Constraints:
Length: 1 - 25
lastSoftwareUpdate
- The date on which the last software update was applied to the gateway.
If the gateway has never been updated, this field does not return a
value in the response.public DescribeGatewayInformationResult withLastSoftwareUpdate(String lastSoftwareUpdate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 25
lastSoftwareUpdate
- The date on which the last software update was applied to the gateway.
If the gateway has never been updated, this field does not return a
value in the response.public String toString()
toString
in class Object
Object.toString()
public DescribeGatewayInformationResult clone()
Copyright © 2015. All rights reserved.