@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGatewayInformationResult extends AmazonWebServiceResult<ResponseMetadata> 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() |
String |
getGatewayId()
The unique identifier assigned to your gateway during activation.
|
String |
getGatewayName()
The name you configured for your gateway.
|
List<NetworkInterface> |
getGatewayNetworkInterfaces()
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
String |
getGatewayState()
A value that indicates the operating state of the gateway.
|
String |
getGatewayTimezone()
A value 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) |
void |
setGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
void |
setGatewayName(String gatewayName)
The name you configured for your gateway.
|
void |
setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
void |
setGatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
|
void |
setGatewayTimezone(String gatewayTimezone)
A value 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) |
DescribeGatewayInformationResult |
withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
DescribeGatewayInformationResult |
withGatewayName(String gatewayName)
The name you configured for your gateway.
|
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)
A value that indicates the operating state of the gateway.
|
DescribeGatewayInformationResult |
withGatewayTimezone(String gatewayTimezone)
A value 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeGatewayInformationResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setGatewayId(String 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.
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.public String 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.
public DescribeGatewayInformationResult withGatewayId(String 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.
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.public void setGatewayName(String gatewayName)
The name you configured for your gateway.
gatewayName
- The name you configured for your gateway.public String getGatewayName()
The name you configured for your gateway.
public DescribeGatewayInformationResult withGatewayName(String gatewayName)
The name you configured for your gateway.
gatewayName
- The name you configured for your gateway.public void setGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone configured for the gateway.
gatewayTimezone
- A value that indicates the time zone configured for the gateway.public String getGatewayTimezone()
A value that indicates the time zone configured for the gateway.
public DescribeGatewayInformationResult withGatewayTimezone(String gatewayTimezone)
A value that indicates the time zone configured for the gateway.
gatewayTimezone
- A value that indicates the time zone configured for the gateway.public void setGatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
gatewayState
- A value that indicates the operating state of the gateway.public String getGatewayState()
A value that indicates the operating state of the gateway.
public DescribeGatewayInformationResult withGatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
gatewayState
- A value that indicates the operating state of the gateway.public List<NetworkInterface> getGatewayNetworkInterfaces()
A NetworkInterface array that contains descriptions of the gateway network interfaces.
public void setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the gateway network interfaces.public DescribeGatewayInformationResult withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
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.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the gateway network interfaces.public DescribeGatewayInformationResult withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the gateway network interfaces.public void setGatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.public String getGatewayType()
The type of the gateway.
public DescribeGatewayInformationResult withGatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.public void setNextUpdateAvailabilityDate(String 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.
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 getNextUpdateAvailabilityDate()
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)
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.
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 void setLastSoftwareUpdate(String 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.
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 getLastSoftwareUpdate()
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)
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.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.