Class InstanceInformation
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a filter for a specific list of instances.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The version of the SSM agent running on your instance.The instance ID.Indicates whether latest version of the SSM agent is running on your instance.The date and time when agent last pinged SSM service.Connection status of the SSM agent.The name of the operating system platform running on your instance.The operating system platform type.The version of the OS platform running on your instance.int
hashCode()
Indicates whether latest version of the SSM agent is running on your instance.void
setAgentVersion
(String agentVersion) The version of the SSM agent running on your instance.void
setInstanceId
(String instanceId) The instance ID.void
setIsLatestVersion
(Boolean isLatestVersion) Indicates whether latest version of the SSM agent is running on your instance.void
setLastPingDateTime
(Date lastPingDateTime) The date and time when agent last pinged SSM service.void
setPingStatus
(PingStatus pingStatus) Connection status of the SSM agent.void
setPingStatus
(String pingStatus) Connection status of the SSM agent.void
setPlatformName
(String platformName) The name of the operating system platform running on your instance.void
setPlatformType
(PlatformType platformType) The operating system platform type.void
setPlatformType
(String platformType) The operating system platform type.void
setPlatformVersion
(String platformVersion) The version of the OS platform running on your instance.toString()
Returns a string representation of this object; useful for testing and debugging.withAgentVersion
(String agentVersion) The version of the SSM agent running on your instance.withInstanceId
(String instanceId) The instance ID.withIsLatestVersion
(Boolean isLatestVersion) Indicates whether latest version of the SSM agent is running on your instance.withLastPingDateTime
(Date lastPingDateTime) The date and time when agent last pinged SSM service.withPingStatus
(PingStatus pingStatus) Connection status of the SSM agent.withPingStatus
(String pingStatus) Connection status of the SSM agent.withPlatformName
(String platformName) The name of the operating system platform running on your instance.withPlatformType
(PlatformType platformType) The operating system platform type.withPlatformType
(String platformType) The operating system platform type.withPlatformVersion
(String platformVersion) The version of the OS platform running on your instance.
-
Constructor Details
-
InstanceInformation
public InstanceInformation()
-
-
Method Details
-
setInstanceId
The instance ID.
- Parameters:
instanceId
- The instance ID.
-
getInstanceId
The instance ID.
- Returns:
- The instance ID.
-
withInstanceId
The instance ID.
- Parameters:
instanceId
- The instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPingStatus
Connection status of the SSM agent.
- Parameters:
pingStatus
- Connection status of the SSM agent.- See Also:
-
getPingStatus
Connection status of the SSM agent.
- Returns:
- Connection status of the SSM agent.
- See Also:
-
withPingStatus
Connection status of the SSM agent.
- Parameters:
pingStatus
- Connection status of the SSM agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setPingStatus
Connection status of the SSM agent.
- Parameters:
pingStatus
- Connection status of the SSM agent.- See Also:
-
withPingStatus
Connection status of the SSM agent.
- Parameters:
pingStatus
- Connection status of the SSM agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastPingDateTime
The date and time when agent last pinged SSM service.
- Parameters:
lastPingDateTime
- The date and time when agent last pinged SSM service.
-
getLastPingDateTime
The date and time when agent last pinged SSM service.
- Returns:
- The date and time when agent last pinged SSM service.
-
withLastPingDateTime
The date and time when agent last pinged SSM service.
- Parameters:
lastPingDateTime
- The date and time when agent last pinged SSM service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAgentVersion
The version of the SSM agent running on your instance.
- Parameters:
agentVersion
- The version of the SSM agent running on your instance.
-
getAgentVersion
The version of the SSM agent running on your instance.
- Returns:
- The version of the SSM agent running on your instance.
-
withAgentVersion
The version of the SSM agent running on your instance.
- Parameters:
agentVersion
- The version of the SSM agent running on your instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsLatestVersion
Indicates whether latest version of the SSM agent is running on your instance.
- Parameters:
isLatestVersion
- Indicates whether latest version of the SSM agent is running on your instance.
-
getIsLatestVersion
Indicates whether latest version of the SSM agent is running on your instance.
- Returns:
- Indicates whether latest version of the SSM agent is running on your instance.
-
withIsLatestVersion
Indicates whether latest version of the SSM agent is running on your instance.
- Parameters:
isLatestVersion
- Indicates whether latest version of the SSM agent is running on your instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isLatestVersion
Indicates whether latest version of the SSM agent is running on your instance.
- Returns:
- Indicates whether latest version of the SSM agent is running on your instance.
-
setPlatformType
The operating system platform type.
- Parameters:
platformType
- The operating system platform type.- See Also:
-
getPlatformType
The operating system platform type.
- Returns:
- The operating system platform type.
- See Also:
-
withPlatformType
The operating system platform type.
- Parameters:
platformType
- The operating system platform type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setPlatformType
The operating system platform type.
- Parameters:
platformType
- The operating system platform type.- See Also:
-
withPlatformType
The operating system platform type.
- Parameters:
platformType
- The operating system platform type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setPlatformName
The name of the operating system platform running on your instance.
- Parameters:
platformName
- The name of the operating system platform running on your instance.
-
getPlatformName
The name of the operating system platform running on your instance.
- Returns:
- The name of the operating system platform running on your instance.
-
withPlatformName
The name of the operating system platform running on your instance.
- Parameters:
platformName
- The name of the operating system platform running on your instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPlatformVersion
The version of the OS platform running on your instance.
- Parameters:
platformVersion
- The version of the OS platform running on your instance.
-
getPlatformVersion
The version of the OS platform running on your instance.
- Returns:
- The version of the OS platform running on your instance.
-
withPlatformVersion
The version of the OS platform running on your instance.
- Parameters:
platformVersion
- The version of the OS platform running on your instance.- 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
-