/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides a summary of the reference predictor used when retraining or
* upgrading a predictor.See Also:
AWS
* API Reference
The ARN of the reference predictor.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The ARN of the reference predictor.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The ARN of the reference predictor.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The ARN of the reference predictor.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The ARN of the reference predictor.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The ARN of the reference predictor.
*/ inline ReferencePredictorSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The ARN of the reference predictor.
*/ inline ReferencePredictorSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The ARN of the reference predictor.
*/ inline ReferencePredictorSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *Whether the reference predictor is Active
or
* Deleted
.
Whether the reference predictor is Active
or
* Deleted
.
Whether the reference predictor is Active
or
* Deleted
.
Whether the reference predictor is Active
or
* Deleted
.
Whether the reference predictor is Active
or
* Deleted
.
Whether the reference predictor is Active
or
* Deleted
.