@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetListingItemAdditionalAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Additional attributes of an inventory asset.
Constructor and Description |
---|
AssetListingItemAdditionalAttributes() |
Modifier and Type | Method and Description |
---|---|
AssetListingItemAdditionalAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getForms()
The metadata forms that form additional attributes of the metadata asset.
|
List<TimeSeriesDataPointSummaryFormOutput> |
getLatestTimeSeriesDataPointForms()
The latest time series data points forms included in the additional attributes of an asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
|
void |
setLatestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
|
String |
toString()
Returns a string representation of this object.
|
AssetListingItemAdditionalAttributes |
withForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
|
AssetListingItemAdditionalAttributes |
withLatestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
|
AssetListingItemAdditionalAttributes |
withLatestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
|
public AssetListingItemAdditionalAttributes()
public void setForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
forms
- The metadata forms that form additional attributes of the metadata asset.public String getForms()
The metadata forms that form additional attributes of the metadata asset.
public AssetListingItemAdditionalAttributes withForms(String forms)
The metadata forms that form additional attributes of the metadata asset.
forms
- The metadata forms that form additional attributes of the metadata asset.public List<TimeSeriesDataPointSummaryFormOutput> getLatestTimeSeriesDataPointForms()
The latest time series data points forms included in the additional attributes of an asset.
public void setLatestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
latestTimeSeriesDataPointForms
- The latest time series data points forms included in the additional attributes of an asset.public AssetListingItemAdditionalAttributes withLatestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
NOTE: This method appends the values to the existing list (if any). Use
setLatestTimeSeriesDataPointForms(java.util.Collection)
or
withLatestTimeSeriesDataPointForms(java.util.Collection)
if you want to override the existing values.
latestTimeSeriesDataPointForms
- The latest time series data points forms included in the additional attributes of an asset.public AssetListingItemAdditionalAttributes withLatestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
latestTimeSeriesDataPointForms
- The latest time series data points forms included in the additional attributes of an asset.public String toString()
toString
in class Object
Object.toString()
public AssetListingItemAdditionalAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.