7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NetworkInBytesPerSecondT = Aws::String>
49 void SetNetworkInBytesPerSecond(NetworkInBytesPerSecondT&& value) { m_networkInBytesPerSecondHasBeenSet =
true; m_networkInBytesPerSecond = std::forward<NetworkInBytesPerSecondT>(value); }
50 template<
typename NetworkInBytesPerSecondT = Aws::String>
61 template<
typename NetworkOutBytesPerSecondT = Aws::String>
62 void SetNetworkOutBytesPerSecond(NetworkOutBytesPerSecondT&& value) { m_networkOutBytesPerSecondHasBeenSet =
true; m_networkOutBytesPerSecond = std::forward<NetworkOutBytesPerSecondT>(value); }
63 template<
typename NetworkOutBytesPerSecondT = Aws::String>
73 template<
typename NetworkPacketsInPerSecondT = Aws::String>
74 void SetNetworkPacketsInPerSecond(NetworkPacketsInPerSecondT&& value) { m_networkPacketsInPerSecondHasBeenSet =
true; m_networkPacketsInPerSecond = std::forward<NetworkPacketsInPerSecondT>(value); }
75 template<
typename NetworkPacketsInPerSecondT = Aws::String>
85 template<
typename NetworkPacketsOutPerSecondT = Aws::String>
86 void SetNetworkPacketsOutPerSecond(NetworkPacketsOutPerSecondT&& value) { m_networkPacketsOutPerSecondHasBeenSet =
true; m_networkPacketsOutPerSecond = std::forward<NetworkPacketsOutPerSecondT>(value); }
87 template<
typename NetworkPacketsOutPerSecondT = Aws::String>
93 bool m_networkInBytesPerSecondHasBeenSet =
false;
96 bool m_networkOutBytesPerSecondHasBeenSet =
false;
99 bool m_networkPacketsInPerSecondHasBeenSet =
false;
102 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