/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include WCDMA.See Also:
AWS
* API Reference
Mobile Country Code.
*/ inline int GetMcc() const{ return m_mcc; } /** *Mobile Country Code.
*/ inline bool MccHasBeenSet() const { return m_mccHasBeenSet; } /** *Mobile Country Code.
*/ inline void SetMcc(int value) { m_mccHasBeenSet = true; m_mcc = value; } /** *Mobile Country Code.
*/ inline WcdmaObj& WithMcc(int value) { SetMcc(value); return *this;} /** *Mobile Network Code.
*/ inline int GetMnc() const{ return m_mnc; } /** *Mobile Network Code.
*/ inline bool MncHasBeenSet() const { return m_mncHasBeenSet; } /** *Mobile Network Code.
*/ inline void SetMnc(int value) { m_mncHasBeenSet = true; m_mnc = value; } /** *Mobile Network Code.
*/ inline WcdmaObj& WithMnc(int value) { SetMnc(value); return *this;} /** *Location Area Code.
*/ inline int GetLac() const{ return m_lac; } /** *Location Area Code.
*/ inline bool LacHasBeenSet() const { return m_lacHasBeenSet; } /** *Location Area Code.
*/ inline void SetLac(int value) { m_lacHasBeenSet = true; m_lac = value; } /** *Location Area Code.
*/ inline WcdmaObj& WithLac(int value) { SetLac(value); return *this;} /** *UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
*/ inline int GetUtranCid() const{ return m_utranCid; } /** *UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
*/ inline bool UtranCidHasBeenSet() const { return m_utranCidHasBeenSet; } /** *UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
*/ inline void SetUtranCid(int value) { m_utranCidHasBeenSet = true; m_utranCid = value; } /** *UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
*/ inline WcdmaObj& WithUtranCid(int value) { SetUtranCid(value); return *this;} /** *WCDMA local ID information.
*/ inline const WcdmaLocalId& GetWcdmaLocalId() const{ return m_wcdmaLocalId; } /** *WCDMA local ID information.
*/ inline bool WcdmaLocalIdHasBeenSet() const { return m_wcdmaLocalIdHasBeenSet; } /** *WCDMA local ID information.
*/ inline void SetWcdmaLocalId(const WcdmaLocalId& value) { m_wcdmaLocalIdHasBeenSet = true; m_wcdmaLocalId = value; } /** *WCDMA local ID information.
*/ inline void SetWcdmaLocalId(WcdmaLocalId&& value) { m_wcdmaLocalIdHasBeenSet = true; m_wcdmaLocalId = std::move(value); } /** *WCDMA local ID information.
*/ inline WcdmaObj& WithWcdmaLocalId(const WcdmaLocalId& value) { SetWcdmaLocalId(value); return *this;} /** *WCDMA local ID information.
*/ inline WcdmaObj& WithWcdmaLocalId(WcdmaLocalId&& value) { SetWcdmaLocalId(std::move(value)); return *this;} /** *Received Signal Code Power (signal power) (dBm).
*/ inline int GetRscp() const{ return m_rscp; } /** *Received Signal Code Power (signal power) (dBm).
*/ inline bool RscpHasBeenSet() const { return m_rscpHasBeenSet; } /** *Received Signal Code Power (signal power) (dBm).
*/ inline void SetRscp(int value) { m_rscpHasBeenSet = true; m_rscp = value; } /** *Received Signal Code Power (signal power) (dBm).
*/ inline WcdmaObj& WithRscp(int value) { SetRscp(value); return *this;} /** *Path loss, or path attenuation, is the reduction in power density of an * electromagnetic wave as it propagates through space.
*/ inline int GetPathLoss() const{ return m_pathLoss; } /** *Path loss, or path attenuation, is the reduction in power density of an * electromagnetic wave as it propagates through space.
*/ inline bool PathLossHasBeenSet() const { return m_pathLossHasBeenSet; } /** *Path loss, or path attenuation, is the reduction in power density of an * electromagnetic wave as it propagates through space.
*/ inline void SetPathLoss(int value) { m_pathLossHasBeenSet = true; m_pathLoss = value; } /** *Path loss, or path attenuation, is the reduction in power density of an * electromagnetic wave as it propagates through space.
*/ inline WcdmaObj& WithPathLoss(int value) { SetPathLoss(value); return *this;} /** *WCDMA object for network measurement reports.
*/ inline const Aws::VectorWCDMA object for network measurement reports.
*/ inline bool WcdmaNmrHasBeenSet() const { return m_wcdmaNmrHasBeenSet; } /** *WCDMA object for network measurement reports.
*/ inline void SetWcdmaNmr(const Aws::VectorWCDMA object for network measurement reports.
*/ inline void SetWcdmaNmr(Aws::VectorWCDMA object for network measurement reports.
*/ inline WcdmaObj& WithWcdmaNmr(const Aws::VectorWCDMA object for network measurement reports.
*/ inline WcdmaObj& WithWcdmaNmr(Aws::VectorWCDMA object for network measurement reports.
*/ inline WcdmaObj& AddWcdmaNmr(const WcdmaNmrObj& value) { m_wcdmaNmrHasBeenSet = true; m_wcdmaNmr.push_back(value); return *this; } /** *WCDMA object for network measurement reports.
*/ inline WcdmaObj& AddWcdmaNmr(WcdmaNmrObj&& value) { m_wcdmaNmrHasBeenSet = true; m_wcdmaNmr.push_back(std::move(value)); return *this; } private: int m_mcc; bool m_mccHasBeenSet = false; int m_mnc; bool m_mncHasBeenSet = false; int m_lac; bool m_lacHasBeenSet = false; int m_utranCid; bool m_utranCidHasBeenSet = false; WcdmaLocalId m_wcdmaLocalId; bool m_wcdmaLocalIdHasBeenSet = false; int m_rscp; bool m_rscpHasBeenSet = false; int m_pathLoss; bool m_pathLossHasBeenSet = false; Aws::Vector