Class TelemetryMetadata
- All Implemented Interfaces:
Serializable
,Cloneable
The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCount()
The count of messages that the agent sends to the Amazon Inspector service.The data size of messages that the agent sends to the Amazon Inspector service.A specific type of behavioral data that is collected by the agent.int
hashCode()
void
The count of messages that the agent sends to the Amazon Inspector service.void
setDataSize
(Long dataSize) The data size of messages that the agent sends to the Amazon Inspector service.void
setMessageType
(String messageType) A specific type of behavioral data that is collected by the agent.toString()
Returns a string representation of this object; useful for testing and debugging.The count of messages that the agent sends to the Amazon Inspector service.withDataSize
(Long dataSize) The data size of messages that the agent sends to the Amazon Inspector service.withMessageType
(String messageType) A specific type of behavioral data that is collected by the agent.
-
Constructor Details
-
TelemetryMetadata
public TelemetryMetadata()
-
-
Method Details
-
setMessageType
A specific type of behavioral data that is collected by the agent.
- Parameters:
messageType
- A specific type of behavioral data that is collected by the agent.
-
getMessageType
A specific type of behavioral data that is collected by the agent.
- Returns:
- A specific type of behavioral data that is collected by the agent.
-
withMessageType
A specific type of behavioral data that is collected by the agent.
- Parameters:
messageType
- A specific type of behavioral data that is collected by the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCount
The count of messages that the agent sends to the Amazon Inspector service.
- Parameters:
count
- The count of messages that the agent sends to the Amazon Inspector service.
-
getCount
The count of messages that the agent sends to the Amazon Inspector service.
- Returns:
- The count of messages that the agent sends to the Amazon Inspector service.
-
withCount
The count of messages that the agent sends to the Amazon Inspector service.
- Parameters:
count
- The count of messages that the agent sends to the Amazon Inspector service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDataSize
The data size of messages that the agent sends to the Amazon Inspector service.
- Parameters:
dataSize
- The data size of messages that the agent sends to the Amazon Inspector service.
-
getDataSize
The data size of messages that the agent sends to the Amazon Inspector service.
- Returns:
- The data size of messages that the agent sends to the Amazon Inspector service.
-
withDataSize
The data size of messages that the agent sends to the Amazon Inspector service.
- Parameters:
dataSize
- The data size of messages that the agent sends to the Amazon Inspector service.- 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
-