/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about overrides to an on-call rotation shift.See
* Also:
AWS
* API Reference
The Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline const Aws::VectorThe Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline bool OverriddenContactIdsHasBeenSet() const { return m_overriddenContactIdsHasBeenSet; } /** *The Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline void SetOverriddenContactIds(const Aws::VectorThe Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline void SetOverriddenContactIds(Aws::VectorThe Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline ShiftDetails& WithOverriddenContactIds(const Aws::VectorThe Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline ShiftDetails& WithOverriddenContactIds(Aws::VectorThe Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline ShiftDetails& AddOverriddenContactIds(const Aws::String& value) { m_overriddenContactIdsHasBeenSet = true; m_overriddenContactIds.push_back(value); return *this; } /** *The Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline ShiftDetails& AddOverriddenContactIds(Aws::String&& value) { m_overriddenContactIdsHasBeenSet = true; m_overriddenContactIds.push_back(std::move(value)); return *this; } /** *The Amazon Resources Names (ARNs) of the contacts who were replaced in a * shift when an override was created. If the override is deleted, these contacts * are restored to the shift.
*/ inline ShiftDetails& AddOverriddenContactIds(const char* value) { m_overriddenContactIdsHasBeenSet = true; m_overriddenContactIds.push_back(value); return *this; } private: Aws::Vector