@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTimeSeriesDataPointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTimeSeriesDataPointRequest() |
Modifier and Type | Method and Description |
---|---|
GetTimeSeriesDataPointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
|
String |
getEntityIdentifier()
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.
|
String |
getFormName()
The name of the time series form that houses the data point that you want to get.
|
String |
getIdentifier()
The ID of the data point that you want to get.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
|
void |
setEntityIdentifier(String entityIdentifier)
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 |
setFormName(String formName)
The name of the time series form that houses the data point that you want to get.
|
void |
setIdentifier(String identifier)
The ID of the data point that you want to get.
|
String |
toString()
Returns a string representation of this object.
|
GetTimeSeriesDataPointRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
|
GetTimeSeriesDataPointRequest |
withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointRequest |
withEntityType(String entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointRequest |
withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointRequest |
withFormName(String formName)
The name of the time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointRequest |
withIdentifier(String identifier)
The ID of the data point that you want to get.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
domainIdentifier
- The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.public String getDomainIdentifier()
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
public GetTimeSeriesDataPointRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
domainIdentifier
- The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.public void setEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to get the data point.
entityIdentifier
- The ID of the asset for which you want to get the data point.public String getEntityIdentifier()
The ID of the asset for which you want to get the data point.
public GetTimeSeriesDataPointRequest withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to get the data point.
entityIdentifier
- 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 GetTimeSeriesDataPointRequest 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 GetTimeSeriesDataPointRequest 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 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 GetTimeSeriesDataPointRequest 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 void setIdentifier(String identifier)
The ID of the data point that you want to get.
identifier
- The ID of the data point that you want to get.public String getIdentifier()
The ID of the data point that you want to get.
public GetTimeSeriesDataPointRequest withIdentifier(String identifier)
The ID of the data point that you want to get.
identifier
- The ID of the data point that you want to get.public String toString()
toString
in class Object
Object.toString()
public GetTimeSeriesDataPointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()