@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 |
getCloudWatchLogGroupARN()
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
|
String |
getDeprecationDate()
Date after which this gateway will not receive software updates for new features and bug fixes.
|
String |
getEc2InstanceId()
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
String |
getEc2InstanceRegion()
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
String |
getEndpointType()
The type of endpoint for your gateway.
|
String |
getGatewayARN() |
String |
getGatewayCapacity()
Specifies the size of the gateway's metadata cache.
|
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 |
getHostEnvironment()
The type of hardware or software platform on which the gateway is running.
|
String |
getHostEnvironmentId()
A unique identifier for the specific instance of the host platform running 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.
|
String |
getSoftwareUpdatesEndDate()
Date after which this gateway will not receive software updates for new features.
|
List<String> |
getSupportedGatewayCapacities()
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
List<Tag> |
getTags()
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
String |
getVPCEndpoint()
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
|
int |
hashCode() |
void |
setCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
|
void |
setDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
|
void |
setEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
void |
setEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
void |
setEndpointType(String endpointType)
The type of endpoint for your gateway.
|
void |
setGatewayARN(String gatewayARN) |
void |
setGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
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 |
setHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
void |
setHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running 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.
|
void |
setSoftwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
|
void |
setSupportedGatewayCapacities(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
void |
setTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
void |
setVPCEndpoint(String vPCEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGatewayInformationResult |
withCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
|
DescribeGatewayInformationResult |
withDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
|
DescribeGatewayInformationResult |
withEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
DescribeGatewayInformationResult |
withEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
DescribeGatewayInformationResult |
withEndpointType(String endpointType)
The type of endpoint for your gateway.
|
DescribeGatewayInformationResult |
withGatewayARN(String gatewayARN) |
DescribeGatewayInformationResult |
withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
DescribeGatewayInformationResult |
withGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
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 |
withHostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
DescribeGatewayInformationResult |
withHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
DescribeGatewayInformationResult |
withHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running 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.
|
DescribeGatewayInformationResult |
withSoftwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
|
DescribeGatewayInformationResult |
withSupportedGatewayCapacities(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResult |
withSupportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResult |
withSupportedGatewayCapacities(String... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResult |
withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResult |
withTags(Tag... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResult |
withVPCEndpoint(String vPCEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
|
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. This only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM
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. This only only exist and returns once it have
been chosen and set by the SGW service, based on the OS version of the gateway VMpublic 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. This only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM
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. This only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM
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. This only only exist and returns once it have
been chosen and set by the SGW service, based on the OS version of the gateway VMpublic void setEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
ec2InstanceId
- The ID of the Amazon EC2 instance that was used to launch the gateway.public String getEc2InstanceId()
The ID of the Amazon EC2 instance that was used to launch the gateway.
public DescribeGatewayInformationResult withEc2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
ec2InstanceId
- The ID of the Amazon EC2 instance that was used to launch the gateway.public void setEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
ec2InstanceRegion
- The Amazon Web Services Region where the Amazon EC2 instance is located.public String getEc2InstanceRegion()
The Amazon Web Services Region where the Amazon EC2 instance is located.
public DescribeGatewayInformationResult withEc2InstanceRegion(String ec2InstanceRegion)
The Amazon Web Services Region where the Amazon EC2 instance is located.
ec2InstanceRegion
- The Amazon Web Services Region where the Amazon EC2 instance is located.public List<Tag> getTags()
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair.
For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource
API operation.
ListTagsForResource
API operation.public void setTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair.
For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource
API operation.
tags
- A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a
key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource
API operation.public DescribeGatewayInformationResult withTags(Tag... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair.
For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource
API operation.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a
key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource
API operation.public DescribeGatewayInformationResult withTags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair.
For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource
API operation.
tags
- A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a
key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource
API operation.public void setVPCEndpoint(String vPCEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
vPCEndpoint
- The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.public String getVPCEndpoint()
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
public DescribeGatewayInformationResult withVPCEndpoint(String vPCEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
vPCEndpoint
- The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.public void setCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM
cloudWatchLogGroupARN
- The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the
gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based
on the OS version of the gateway VMpublic String getCloudWatchLogGroupARN()
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM
public DescribeGatewayInformationResult withCloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM
cloudWatchLogGroupARN
- The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the
gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based
on the OS version of the gateway VMpublic void setHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
hostEnvironment
- The type of hardware or software platform on which the gateway is running.HostEnvironment
public String getHostEnvironment()
The type of hardware or software platform on which the gateway is running.
HostEnvironment
public DescribeGatewayInformationResult withHostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
hostEnvironment
- The type of hardware or software platform on which the gateway is running.HostEnvironment
public DescribeGatewayInformationResult withHostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
hostEnvironment
- The type of hardware or software platform on which the gateway is running.HostEnvironment
public void setEndpointType(String endpointType)
The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
endpointType
- The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
public String getEndpointType()
The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
Valid Values: STANDARD
| FIPS
public DescribeGatewayInformationResult withEndpointType(String endpointType)
The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
endpointType
- The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
public void setSoftwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
softwareUpdatesEndDate
- Date after which this gateway will not receive software updates for new features.public String getSoftwareUpdatesEndDate()
Date after which this gateway will not receive software updates for new features.
public DescribeGatewayInformationResult withSoftwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
softwareUpdatesEndDate
- Date after which this gateway will not receive software updates for new features.public void setDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
deprecationDate
- Date after which this gateway will not receive software updates for new features and bug fixes.public String getDeprecationDate()
Date after which this gateway will not receive software updates for new features and bug fixes.
public DescribeGatewayInformationResult withDeprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
deprecationDate
- Date after which this gateway will not receive software updates for new features and bug fixes.public void setGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity
- Specifies the size of the gateway's metadata cache.GatewayCapacity
public String getGatewayCapacity()
Specifies the size of the gateway's metadata cache.
GatewayCapacity
public DescribeGatewayInformationResult withGatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity
- Specifies the size of the gateway's metadata cache.GatewayCapacity
public DescribeGatewayInformationResult withGatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity
- Specifies the size of the gateway's metadata cache.GatewayCapacity
public List<String> getSupportedGatewayCapacities()
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
GatewayCapacity
public void setSupportedGatewayCapacities(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities
- A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.GatewayCapacity
public DescribeGatewayInformationResult withSupportedGatewayCapacities(String... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedGatewayCapacities(java.util.Collection)
or
withSupportedGatewayCapacities(java.util.Collection)
if you want to override the existing values.
supportedGatewayCapacities
- A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.GatewayCapacity
public DescribeGatewayInformationResult withSupportedGatewayCapacities(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities
- A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.GatewayCapacity
public DescribeGatewayInformationResult withSupportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities
- A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.GatewayCapacity
public void setHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
hostEnvironmentId
- A unique identifier for the specific instance of the host platform running the gateway. This value is only
available for certain host environments, and its format depends on the host environment type.public String getHostEnvironmentId()
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
public DescribeGatewayInformationResult withHostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
hostEnvironmentId
- A unique identifier for the specific instance of the host platform running the gateway. This value is only
available for certain host environments, and its format depends on the host environment type.public String toString()
toString
in class Object
Object.toString()
public DescribeGatewayInformationResult clone()