@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyAggregatesSuccessEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.
Constructor and Description |
---|
BatchGetAssetPropertyAggregatesSuccessEntry() |
Modifier and Type | Method and Description |
---|---|
BatchGetAssetPropertyAggregatesSuccessEntry |
clone() |
boolean |
equals(Object obj) |
List<AggregatedValue> |
getAggregatedValues()
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
String |
getEntryId()
The ID of the entry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
void |
setEntryId(String entryId)
The ID of the entry.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAssetPropertyAggregatesSuccessEntry |
withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry |
withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry |
withEntryId(String entryId)
The ID of the entry.
|
public BatchGetAssetPropertyAggregatesSuccessEntry()
public void setEntryId(String entryId)
The ID of the entry.
entryId
- The ID of the entry.public String getEntryId()
The ID of the entry.
public BatchGetAssetPropertyAggregatesSuccessEntry withEntryId(String entryId)
The ID of the entry.
entryId
- The ID of the entry.public List<AggregatedValue> getAggregatedValues()
The requested aggregated asset property values (for example, average, minimum, and maximum).
public void setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
aggregatedValues
- The requested aggregated asset property values (for example, average, minimum, and maximum).public BatchGetAssetPropertyAggregatesSuccessEntry withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
NOTE: This method appends the values to the existing list (if any). Use
setAggregatedValues(java.util.Collection)
or withAggregatedValues(java.util.Collection)
if you
want to override the existing values.
aggregatedValues
- The requested aggregated asset property values (for example, average, minimum, and maximum).public BatchGetAssetPropertyAggregatesSuccessEntry withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
aggregatedValues
- The requested aggregated asset property values (for example, average, minimum, and maximum).public String toString()
toString
in class Object
Object.toString()
public BatchGetAssetPropertyAggregatesSuccessEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.