@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SensorsWithShortDateRange extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information on sensors that have shorter date range.
Constructor and Description |
---|
SensorsWithShortDateRange() |
Modifier and Type | Method and Description |
---|---|
SensorsWithShortDateRange |
clone() |
boolean |
equals(Object obj) |
Integer |
getAffectedSensorCount()
Indicates the number of sensors that have less than 14 days of data.
|
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 less than 14 days of data.
|
String |
toString()
Returns a string representation of this object.
|
SensorsWithShortDateRange |
withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have less than 14 days of data.
|
public void setAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have less than 14 days of data.
affectedSensorCount
- Indicates the number of sensors that have less than 14 days of data.public Integer getAffectedSensorCount()
Indicates the number of sensors that have less than 14 days of data.
public SensorsWithShortDateRange withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have less than 14 days of data.
affectedSensorCount
- Indicates the number of sensors that have less than 14 days of data.public String toString()
toString
in class Object
Object.toString()
public SensorsWithShortDateRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.