7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
42 template <
typename NetworkInBytesPerSecondT = Aws::String>
44 m_networkInBytesPerSecondHasBeenSet =
true;
45 m_networkInBytesPerSecond = std::forward<NetworkInBytesPerSecondT>(value);
47 template <
typename NetworkInBytesPerSecondT = Aws::String>
61 template <
typename NetworkOutBytesPerSecondT = Aws::String>
63 m_networkOutBytesPerSecondHasBeenSet =
true;
64 m_networkOutBytesPerSecond = std::forward<NetworkOutBytesPerSecondT>(value);
66 template <
typename NetworkOutBytesPerSecondT = Aws::String>
79 template <
typename NetworkPacketsInPerSecondT = Aws::String>
81 m_networkPacketsInPerSecondHasBeenSet =
true;
82 m_networkPacketsInPerSecond = std::forward<NetworkPacketsInPerSecondT>(value);
84 template <
typename NetworkPacketsInPerSecondT = Aws::String>
97 template <
typename NetworkPacketsOutPerSecondT = Aws::String>
99 m_networkPacketsOutPerSecondHasBeenSet =
true;
100 m_networkPacketsOutPerSecond = std::forward<NetworkPacketsOutPerSecondT>(value);
102 template <
typename NetworkPacketsOutPerSecondT = Aws::String>
116 bool m_networkInBytesPerSecondHasBeenSet =
false;
117 bool m_networkOutBytesPerSecondHasBeenSet =
false;
118 bool m_networkPacketsInPerSecondHasBeenSet =
false;
119 bool m_networkPacketsOutPerSecondHasBeenSet =
false;
NetworkResourceUtilization & WithNetworkPacketsInPerSecond(NetworkPacketsInPerSecondT &&value)
bool NetworkPacketsOutPerSecondHasBeenSet() const
AWS_COSTEXPLORER_API NetworkResourceUtilization()=default
const Aws::String & GetNetworkPacketsInPerSecond() const
void SetNetworkPacketsOutPerSecond(NetworkPacketsOutPerSecondT &&value)
bool NetworkInBytesPerSecondHasBeenSet() const
NetworkResourceUtilization & WithNetworkOutBytesPerSecond(NetworkOutBytesPerSecondT &&value)
AWS_COSTEXPLORER_API NetworkResourceUtilization(Aws::Utils::Json::JsonView jsonValue)
bool NetworkPacketsInPerSecondHasBeenSet() const
void SetNetworkInBytesPerSecond(NetworkInBytesPerSecondT &&value)
NetworkResourceUtilization & WithNetworkPacketsOutPerSecond(NetworkPacketsOutPerSecondT &&value)
void SetNetworkOutBytesPerSecond(NetworkOutBytesPerSecondT &&value)
const Aws::String & GetNetworkInBytesPerSecond() const
NetworkResourceUtilization & WithNetworkInBytesPerSecond(NetworkInBytesPerSecondT &&value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNetworkPacketsOutPerSecond() const
const Aws::String & GetNetworkOutBytesPerSecond() const
AWS_COSTEXPLORER_API NetworkResourceUtilization & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNetworkPacketsInPerSecond(NetworkPacketsInPerSecondT &&value)
bool NetworkOutBytesPerSecondHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue