/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The stream processor settings that you want to update.
* ConnectedHome
settings can be updated to detect different labels
* with a different minimum confidence. See Also:
AWS
* API Reference
The label detection settings you want to use for your stream processor.
*/ inline const ConnectedHomeSettingsForUpdate& GetConnectedHomeForUpdate() const{ return m_connectedHomeForUpdate; } /** *The label detection settings you want to use for your stream processor.
*/ inline bool ConnectedHomeForUpdateHasBeenSet() const { return m_connectedHomeForUpdateHasBeenSet; } /** *The label detection settings you want to use for your stream processor.
*/ inline void SetConnectedHomeForUpdate(const ConnectedHomeSettingsForUpdate& value) { m_connectedHomeForUpdateHasBeenSet = true; m_connectedHomeForUpdate = value; } /** *The label detection settings you want to use for your stream processor.
*/ inline void SetConnectedHomeForUpdate(ConnectedHomeSettingsForUpdate&& value) { m_connectedHomeForUpdateHasBeenSet = true; m_connectedHomeForUpdate = std::move(value); } /** *The label detection settings you want to use for your stream processor.
*/ inline StreamProcessorSettingsForUpdate& WithConnectedHomeForUpdate(const ConnectedHomeSettingsForUpdate& value) { SetConnectedHomeForUpdate(value); return *this;} /** *The label detection settings you want to use for your stream processor.
*/ inline StreamProcessorSettingsForUpdate& WithConnectedHomeForUpdate(ConnectedHomeSettingsForUpdate&& value) { SetConnectedHomeForUpdate(std::move(value)); return *this;} private: ConnectedHomeSettingsForUpdate m_connectedHomeForUpdate; bool m_connectedHomeForUpdateHasBeenSet = false; }; } // namespace Model } // namespace Rekognition } // namespace Aws