@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTimeSeriesDataPointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTimeSeriesDataPointResult() |
Modifier and Type | Method and Description |
---|---|
GetTimeSeriesDataPointResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainId()
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
|
String |
getEntityId()
The ID of the asset for which you want to get the data point.
|
String |
getEntityType()
The type of the asset for which you want to get the data point.
|
TimeSeriesDataPointFormOutput |
getForm()
The time series form that houses the data point that you want to get.
|
String |
getFormName()
The name of the time series form that houses the data point that you want to get.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
|
void |
setEntityId(String entityId)
The ID of the asset for which you want to get the data point.
|
void |
setEntityType(String entityType)
The type of the asset for which you want to get the data point.
|
void |
setForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
|
void |
setFormName(String formName)
The name of the time series form that houses the data point that you want to get.
|
String |
toString()
Returns a string representation of this object.
|
GetTimeSeriesDataPointResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
|
GetTimeSeriesDataPointResult |
withEntityId(String entityId)
The ID of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResult |
withEntityType(String entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResult |
withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResult |
withForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointResult |
withFormName(String formName)
The name of the time series form that houses the data point that you want to get.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainId(String domainId)
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
domainId
- The ID of the Amazon DataZone domain that houses the asset data point that you want to get.public String getDomainId()
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
public GetTimeSeriesDataPointResult withDomainId(String domainId)
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
domainId
- The ID of the Amazon DataZone domain that houses the asset data point that you want to get.public void setEntityId(String entityId)
The ID of the asset for which you want to get the data point.
entityId
- The ID of the asset for which you want to get the data point.public String getEntityId()
The ID of the asset for which you want to get the data point.
public GetTimeSeriesDataPointResult withEntityId(String entityId)
The ID of the asset for which you want to get the data point.
entityId
- The ID of the asset for which you want to get the data point.public void setEntityType(String entityType)
The type of the asset for which you want to get the data point.
entityType
- The type of the asset for which you want to get the data point.TimeSeriesEntityType
public String getEntityType()
The type of the asset for which you want to get the data point.
TimeSeriesEntityType
public GetTimeSeriesDataPointResult withEntityType(String entityType)
The type of the asset for which you want to get the data point.
entityType
- The type of the asset for which you want to get the data point.TimeSeriesEntityType
public GetTimeSeriesDataPointResult withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to get the data point.
entityType
- The type of the asset for which you want to get the data point.TimeSeriesEntityType
public void setForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
form
- The time series form that houses the data point that you want to get.public TimeSeriesDataPointFormOutput getForm()
The time series form that houses the data point that you want to get.
public GetTimeSeriesDataPointResult withForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
form
- The time series form that houses the data point that you want to get.public void setFormName(String formName)
The name of the time series form that houses the data point that you want to get.
formName
- The name of the time series form that houses the data point that you want to get.public String getFormName()
The name of the time series form that houses the data point that you want to get.
public GetTimeSeriesDataPointResult withFormName(String formName)
The name of the time series form that houses the data point that you want to get.
formName
- The name of the time series form that houses the data point that you want to get.public String toString()
toString
in class Object
Object.toString()
public GetTimeSeriesDataPointResult clone()