/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The status of OfflineStore
.See Also:
AWS
* API Reference
An OfflineStore
status.
An OfflineStore
status.
An OfflineStore
status.
An OfflineStore
status.
An OfflineStore
status.
An OfflineStore
status.
The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline const Aws::String& GetBlockedReason() const{ return m_blockedReason; } /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline bool BlockedReasonHasBeenSet() const { return m_blockedReasonHasBeenSet; } /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline void SetBlockedReason(const Aws::String& value) { m_blockedReasonHasBeenSet = true; m_blockedReason = value; } /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline void SetBlockedReason(Aws::String&& value) { m_blockedReasonHasBeenSet = true; m_blockedReason = std::move(value); } /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline void SetBlockedReason(const char* value) { m_blockedReasonHasBeenSet = true; m_blockedReason.assign(value); } /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline OfflineStoreStatus& WithBlockedReason(const Aws::String& value) { SetBlockedReason(value); return *this;} /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline OfflineStoreStatus& WithBlockedReason(Aws::String&& value) { SetBlockedReason(std::move(value)); return *this;} /** *The justification for why the OfflineStoreStatus is Blocked (if * applicable).
*/ inline OfflineStoreStatus& WithBlockedReason(const char* value) { SetBlockedReason(value); return *this;} private: OfflineStoreStatusValue m_status; bool m_statusHasBeenSet = false; Aws::String m_blockedReason; bool m_blockedReasonHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws