Lines Matching defs:UpdateMetricSetInput

2769 func (c *LookoutMetrics) UpdateMetricSetRequest(input *UpdateMetricSetInput) (req *request.Request,…
2817 func (c *LookoutMetrics) UpdateMetricSet(input *UpdateMetricSetInput) (*UpdateMetricSetOutput, erro…
2831 func (c *LookoutMetrics) UpdateMetricSetWithContext(ctx aws.Context, input *UpdateMetricSetInput, o…
7585 type UpdateMetricSetInput struct { struct
7586 _ struct{} `type:"structure"`
7589 DimensionList []*string `min:"1" type:"list"`
7592 MetricList []*Metric `min:"1" type:"list"`
7597 MetricSetArn *string `type:"string" required:"true"`
7600 MetricSetDescription *string `min:"1" type:"string"`
7603 MetricSetFrequency *string `type:"string" enum:"Frequency"`
7606 MetricSource *MetricSource `type:"structure"`
7610 Offset *int64 `type:"integer"`
7613 TimestampColumn *TimestampColumn `type:"structure"`
7617 func (s UpdateMetricSetInput) String() string {
7622 func (s UpdateMetricSetInput) GoString() string {
7627 func (s *UpdateMetricSetInput) Validate() error {
7669 func (s *UpdateMetricSetInput) SetDimensionList(v []*string) *UpdateMetricSetInput {
7675 func (s *UpdateMetricSetInput) SetMetricList(v []*Metric) *UpdateMetricSetInput {
7681 func (s *UpdateMetricSetInput) SetMetricSetArn(v string) *UpdateMetricSetInput {
7687 func (s *UpdateMetricSetInput) SetMetricSetDescription(v string) *UpdateMetricSetInput {
7693 func (s *UpdateMetricSetInput) SetMetricSetFrequency(v string) *UpdateMetricSetInput {
7699 func (s *UpdateMetricSetInput) SetMetricSource(v *MetricSource) *UpdateMetricSetInput {
7705 func (s *UpdateMetricSetInput) SetOffset(v int64) *UpdateMetricSetInput {
7711 func (s *UpdateMetricSetInput) SetTimestampColumn(v *TimestampColumn) *UpdateMetricSetInput {