@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeSeriesDataPointSummaryFormOutput extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the time series data points form.
Constructor and Description |
---|
TimeSeriesDataPointSummaryFormOutput() |
Modifier and Type | Method and Description |
---|---|
TimeSeriesDataPointSummaryFormOutput |
clone() |
boolean |
equals(Object obj) |
String |
getContentSummary()
The content of the summary of the time series data points form.
|
String |
getFormName()
The name of the time series data points summary form.
|
String |
getId()
The ID of the time series data points summary form.
|
Date |
getTimestamp()
The timestamp of the time series data points summary form.
|
String |
getTypeIdentifier()
The type ID of the time series data points summary form.
|
String |
getTypeRevision()
The type revision of the time series data points summary form.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContentSummary(String contentSummary)
The content of the summary of the time series data points form.
|
void |
setFormName(String formName)
The name of the time series data points summary form.
|
void |
setId(String id)
The ID of the time series data points summary form.
|
void |
setTimestamp(Date timestamp)
The timestamp of the time series data points summary form.
|
void |
setTypeIdentifier(String typeIdentifier)
The type ID of the time series data points summary form.
|
void |
setTypeRevision(String typeRevision)
The type revision of the time series data points summary form.
|
String |
toString()
Returns a string representation of this object.
|
TimeSeriesDataPointSummaryFormOutput |
withContentSummary(String contentSummary)
The content of the summary of the time series data points form.
|
TimeSeriesDataPointSummaryFormOutput |
withFormName(String formName)
The name of the time series data points summary form.
|
TimeSeriesDataPointSummaryFormOutput |
withId(String id)
The ID of the time series data points summary form.
|
TimeSeriesDataPointSummaryFormOutput |
withTimestamp(Date timestamp)
The timestamp of the time series data points summary form.
|
TimeSeriesDataPointSummaryFormOutput |
withTypeIdentifier(String typeIdentifier)
The type ID of the time series data points summary form.
|
TimeSeriesDataPointSummaryFormOutput |
withTypeRevision(String typeRevision)
The type revision of the time series data points summary form.
|
public TimeSeriesDataPointSummaryFormOutput()
public void setContentSummary(String contentSummary)
The content of the summary of the time series data points form.
contentSummary
- The content of the summary of the time series data points form.public String getContentSummary()
The content of the summary of the time series data points form.
public TimeSeriesDataPointSummaryFormOutput withContentSummary(String contentSummary)
The content of the summary of the time series data points form.
contentSummary
- The content of the summary of the time series data points form.public void setFormName(String formName)
The name of the time series data points summary form.
formName
- The name of the time series data points summary form.public String getFormName()
The name of the time series data points summary form.
public TimeSeriesDataPointSummaryFormOutput withFormName(String formName)
The name of the time series data points summary form.
formName
- The name of the time series data points summary form.public void setId(String id)
The ID of the time series data points summary form.
id
- The ID of the time series data points summary form.public String getId()
The ID of the time series data points summary form.
public TimeSeriesDataPointSummaryFormOutput withId(String id)
The ID of the time series data points summary form.
id
- The ID of the time series data points summary form.public void setTimestamp(Date timestamp)
The timestamp of the time series data points summary form.
timestamp
- The timestamp of the time series data points summary form.public Date getTimestamp()
The timestamp of the time series data points summary form.
public TimeSeriesDataPointSummaryFormOutput withTimestamp(Date timestamp)
The timestamp of the time series data points summary form.
timestamp
- The timestamp of the time series data points summary form.public void setTypeIdentifier(String typeIdentifier)
The type ID of the time series data points summary form.
typeIdentifier
- The type ID of the time series data points summary form.public String getTypeIdentifier()
The type ID of the time series data points summary form.
public TimeSeriesDataPointSummaryFormOutput withTypeIdentifier(String typeIdentifier)
The type ID of the time series data points summary form.
typeIdentifier
- The type ID of the time series data points summary form.public void setTypeRevision(String typeRevision)
The type revision of the time series data points summary form.
typeRevision
- The type revision of the time series data points summary form.public String getTypeRevision()
The type revision of the time series data points summary form.
public TimeSeriesDataPointSummaryFormOutput withTypeRevision(String typeRevision)
The type revision of the time series data points summary form.
typeRevision
- The type revision of the time series data points summary form.public String toString()
toString
in class Object
Object.toString()
public TimeSeriesDataPointSummaryFormOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.