@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringBaselineConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.
Constructor and Description |
---|
MonitoringBaselineConfig() |
Modifier and Type | Method and Description |
---|---|
MonitoringBaselineConfig |
clone() |
boolean |
equals(Object obj) |
String |
getBaseliningJobName()
The name of the job that performs baselining for the monitoring job.
|
MonitoringConstraintsResource |
getConstraintsResource()
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
|
MonitoringStatisticsResource |
getStatisticsResource()
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
|
void |
setConstraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
|
void |
setStatisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
String |
toString()
Returns a string representation of this object.
|
MonitoringBaselineConfig |
withBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
|
MonitoringBaselineConfig |
withConstraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
|
MonitoringBaselineConfig |
withStatisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
public void setBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
baseliningJobName
- The name of the job that performs baselining for the monitoring job.public String getBaseliningJobName()
The name of the job that performs baselining for the monitoring job.
public MonitoringBaselineConfig withBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the monitoring job.
baseliningJobName
- The name of the job that performs baselining for the monitoring job.public void setConstraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
constraintsResource
- The baseline constraint file in Amazon S3 that the current monitoring job should validated against.public MonitoringConstraintsResource getConstraintsResource()
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
public MonitoringBaselineConfig withConstraintsResource(MonitoringConstraintsResource constraintsResource)
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
constraintsResource
- The baseline constraint file in Amazon S3 that the current monitoring job should validated against.public void setStatisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
statisticsResource
- The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.public MonitoringStatisticsResource getStatisticsResource()
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
public MonitoringBaselineConfig withStatisticsResource(MonitoringStatisticsResource statisticsResource)
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
statisticsResource
- The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.public String toString()
toString
in class Object
Object.toString()
public MonitoringBaselineConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.