@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMetricSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMetricSetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMetricSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The ARN of the detector that contains the dataset.
|
Date |
getCreationTime()
The time at which the dataset was created.
|
List<String> |
getDimensionList()
A list of the dimensions chosen for analysis.
|
Date |
getLastModificationTime()
The time at which the dataset was last modified.
|
List<Metric> |
getMetricList()
A list of the metrics defined by the dataset.
|
String |
getMetricSetArn()
The ARN of the dataset.
|
String |
getMetricSetDescription()
The dataset's description.
|
String |
getMetricSetFrequency()
The interval at which the data will be analyzed for anomalies.
|
String |
getMetricSetName()
The name of the dataset.
|
MetricSource |
getMetricSource()
Contains information about the dataset's source data.
|
Integer |
getOffset()
The offset in seconds.
|
TimestampColumn |
getTimestampColumn()
Contains information about the column used for tracking time in your source data.
|
String |
getTimezone()
The time zone in which the dataset's data was recorded.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector that contains the dataset.
|
void |
setCreationTime(Date creationTime)
The time at which the dataset was created.
|
void |
setDimensionList(Collection<String> dimensionList)
A list of the dimensions chosen for analysis.
|
void |
setLastModificationTime(Date lastModificationTime)
The time at which the dataset was last modified.
|
void |
setMetricList(Collection<Metric> metricList)
A list of the metrics defined by the dataset.
|
void |
setMetricSetArn(String metricSetArn)
The ARN of the dataset.
|
void |
setMetricSetDescription(String metricSetDescription)
The dataset's description.
|
void |
setMetricSetFrequency(String metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
void |
setMetricSetName(String metricSetName)
The name of the dataset.
|
void |
setMetricSource(MetricSource metricSource)
Contains information about the dataset's source data.
|
void |
setOffset(Integer offset)
The offset in seconds.
|
void |
setTimestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
|
void |
setTimezone(String timezone)
The time zone in which the dataset's data was recorded.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMetricSetResult |
withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector that contains the dataset.
|
DescribeMetricSetResult |
withCreationTime(Date creationTime)
The time at which the dataset was created.
|
DescribeMetricSetResult |
withDimensionList(Collection<String> dimensionList)
A list of the dimensions chosen for analysis.
|
DescribeMetricSetResult |
withDimensionList(String... dimensionList)
A list of the dimensions chosen for analysis.
|
DescribeMetricSetResult |
withLastModificationTime(Date lastModificationTime)
The time at which the dataset was last modified.
|
DescribeMetricSetResult |
withMetricList(Collection<Metric> metricList)
A list of the metrics defined by the dataset.
|
DescribeMetricSetResult |
withMetricList(Metric... metricList)
A list of the metrics defined by the dataset.
|
DescribeMetricSetResult |
withMetricSetArn(String metricSetArn)
The ARN of the dataset.
|
DescribeMetricSetResult |
withMetricSetDescription(String metricSetDescription)
The dataset's description.
|
DescribeMetricSetResult |
withMetricSetFrequency(Frequency metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
DescribeMetricSetResult |
withMetricSetFrequency(String metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
DescribeMetricSetResult |
withMetricSetName(String metricSetName)
The name of the dataset.
|
DescribeMetricSetResult |
withMetricSource(MetricSource metricSource)
Contains information about the dataset's source data.
|
DescribeMetricSetResult |
withOffset(Integer offset)
The offset in seconds.
|
DescribeMetricSetResult |
withTimestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
|
DescribeMetricSetResult |
withTimezone(String timezone)
The time zone in which the dataset's data was recorded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMetricSetArn(String metricSetArn)
The ARN of the dataset.
metricSetArn
- The ARN of the dataset.public String getMetricSetArn()
The ARN of the dataset.
public DescribeMetricSetResult withMetricSetArn(String metricSetArn)
The ARN of the dataset.
metricSetArn
- The ARN of the dataset.public void setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector that contains the dataset.
anomalyDetectorArn
- The ARN of the detector that contains the dataset.public String getAnomalyDetectorArn()
The ARN of the detector that contains the dataset.
public DescribeMetricSetResult withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector that contains the dataset.
anomalyDetectorArn
- The ARN of the detector that contains the dataset.public void setMetricSetName(String metricSetName)
The name of the dataset.
metricSetName
- The name of the dataset.public String getMetricSetName()
The name of the dataset.
public DescribeMetricSetResult withMetricSetName(String metricSetName)
The name of the dataset.
metricSetName
- The name of the dataset.public void setMetricSetDescription(String metricSetDescription)
The dataset's description.
metricSetDescription
- The dataset's description.public String getMetricSetDescription()
The dataset's description.
public DescribeMetricSetResult withMetricSetDescription(String metricSetDescription)
The dataset's description.
metricSetDescription
- The dataset's description.public void setCreationTime(Date creationTime)
The time at which the dataset was created.
creationTime
- The time at which the dataset was created.public Date getCreationTime()
The time at which the dataset was created.
public DescribeMetricSetResult withCreationTime(Date creationTime)
The time at which the dataset was created.
creationTime
- The time at which the dataset was created.public void setLastModificationTime(Date lastModificationTime)
The time at which the dataset was last modified.
lastModificationTime
- The time at which the dataset was last modified.public Date getLastModificationTime()
The time at which the dataset was last modified.
public DescribeMetricSetResult withLastModificationTime(Date lastModificationTime)
The time at which the dataset was last modified.
lastModificationTime
- The time at which the dataset was last modified.public void setOffset(Integer offset)
The offset in seconds. Only supported for S3 and Redshift datasources.
offset
- The offset in seconds. Only supported for S3 and Redshift datasources.public Integer getOffset()
The offset in seconds. Only supported for S3 and Redshift datasources.
public DescribeMetricSetResult withOffset(Integer offset)
The offset in seconds. Only supported for S3 and Redshift datasources.
offset
- The offset in seconds. Only supported for S3 and Redshift datasources.public List<Metric> getMetricList()
A list of the metrics defined by the dataset.
public void setMetricList(Collection<Metric> metricList)
A list of the metrics defined by the dataset.
metricList
- A list of the metrics defined by the dataset.public DescribeMetricSetResult withMetricList(Metric... metricList)
A list of the metrics defined by the dataset.
NOTE: This method appends the values to the existing list (if any). Use
setMetricList(java.util.Collection)
or withMetricList(java.util.Collection)
if you want to
override the existing values.
metricList
- A list of the metrics defined by the dataset.public DescribeMetricSetResult withMetricList(Collection<Metric> metricList)
A list of the metrics defined by the dataset.
metricList
- A list of the metrics defined by the dataset.public void setTimestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
timestampColumn
- Contains information about the column used for tracking time in your source data.public TimestampColumn getTimestampColumn()
Contains information about the column used for tracking time in your source data.
public DescribeMetricSetResult withTimestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
timestampColumn
- Contains information about the column used for tracking time in your source data.public List<String> getDimensionList()
A list of the dimensions chosen for analysis.
public void setDimensionList(Collection<String> dimensionList)
A list of the dimensions chosen for analysis.
dimensionList
- A list of the dimensions chosen for analysis.public DescribeMetricSetResult withDimensionList(String... dimensionList)
A list of the dimensions chosen for analysis.
NOTE: This method appends the values to the existing list (if any). Use
setDimensionList(java.util.Collection)
or withDimensionList(java.util.Collection)
if you want
to override the existing values.
dimensionList
- A list of the dimensions chosen for analysis.public DescribeMetricSetResult withDimensionList(Collection<String> dimensionList)
A list of the dimensions chosen for analysis.
dimensionList
- A list of the dimensions chosen for analysis.public void setMetricSetFrequency(String metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
metricSetFrequency
- The interval at which the data will be analyzed for anomalies.Frequency
public String getMetricSetFrequency()
The interval at which the data will be analyzed for anomalies.
Frequency
public DescribeMetricSetResult withMetricSetFrequency(String metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
metricSetFrequency
- The interval at which the data will be analyzed for anomalies.Frequency
public DescribeMetricSetResult withMetricSetFrequency(Frequency metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
metricSetFrequency
- The interval at which the data will be analyzed for anomalies.Frequency
public void setTimezone(String timezone)
The time zone in which the dataset's data was recorded.
timezone
- The time zone in which the dataset's data was recorded.public String getTimezone()
The time zone in which the dataset's data was recorded.
public DescribeMetricSetResult withTimezone(String timezone)
The time zone in which the dataset's data was recorded.
timezone
- The time zone in which the dataset's data was recorded.public void setMetricSource(MetricSource metricSource)
Contains information about the dataset's source data.
metricSource
- Contains information about the dataset's source data.public MetricSource getMetricSource()
Contains information about the dataset's source data.
public DescribeMetricSetResult withMetricSource(MetricSource metricSource)
Contains information about the dataset's source data.
metricSource
- Contains information about the dataset's source data.public String toString()
toString
in class Object
Object.toString()
public DescribeMetricSetResult clone()