@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TelemetryMetadata extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
TelemetryMetadata() |
Modifier and Type | Method and Description |
---|---|
TelemetryMetadata |
clone() |
boolean |
equals(Object obj) |
Long |
getCount()
The count of messages that the agent sends to the Amazon Inspector service.
|
Long |
getDataSize()
The data size of messages that the agent sends to the Amazon Inspector service.
|
String |
getMessageType()
A specific type of behavioral data that is collected by the agent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCount(Long count)
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TelemetryMetadata |
withCount(Long count)
The count of messages that the agent sends to the Amazon Inspector service.
|
TelemetryMetadata |
withDataSize(Long dataSize)
The data size of messages that the agent sends to the Amazon Inspector service.
|
TelemetryMetadata |
withMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
|
public void setMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
messageType
- A specific type of behavioral data that is collected by the agent.public String getMessageType()
A specific type of behavioral data that is collected by the agent.
public TelemetryMetadata withMessageType(String messageType)
A specific type of behavioral data that is collected by the agent.
messageType
- A specific type of behavioral data that is collected by the agent.public void setCount(Long count)
The count of messages that the agent sends to the Amazon Inspector service.
count
- The count of messages that the agent sends to the Amazon Inspector service.public Long getCount()
The count of messages that the agent sends to the Amazon Inspector service.
public TelemetryMetadata withCount(Long count)
The count of messages that the agent sends to the Amazon Inspector service.
count
- The count of messages that the agent sends to the Amazon Inspector service.public void setDataSize(Long dataSize)
The data size of messages that the agent sends to the Amazon Inspector service.
dataSize
- The data size of messages that the agent sends to the Amazon Inspector service.public Long getDataSize()
The data size of messages that the agent sends to the Amazon Inspector service.
public TelemetryMetadata withDataSize(Long dataSize)
The data size of messages that the agent sends to the Amazon Inspector service.
dataSize
- The data size of messages that the agent sends to the Amazon Inspector service.public String toString()
toString
in class Object
Object.toString()
public TelemetryMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.