@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MissingCompleteSensorData extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information on sensors that have sensor data completely missing.
Constructor and Description |
---|
MissingCompleteSensorData() |
Modifier and Type | Method and Description |
---|---|
MissingCompleteSensorData |
clone() |
boolean |
equals(Object obj) |
Integer |
getAffectedSensorCount()
Indicates the number of sensors that have data missing completely.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have data missing completely.
|
String |
toString()
Returns a string representation of this object.
|
MissingCompleteSensorData |
withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have data missing completely.
|
public void setAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have data missing completely.
affectedSensorCount
- Indicates the number of sensors that have data missing completely.public Integer getAffectedSensorCount()
Indicates the number of sensors that have data missing completely.
public MissingCompleteSensorData withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have data missing completely.
affectedSensorCount
- Indicates the number of sensors that have data missing completely.public String toString()
toString
in class Object
Object.toString()
public MissingCompleteSensorData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.