AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BillingDetails.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SFN
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SFN_API BillingDetails();
37
38
40
43 inline long long GetBilledMemoryUsedInMB() const{ return m_billedMemoryUsedInMB; }
44 inline bool BilledMemoryUsedInMBHasBeenSet() const { return m_billedMemoryUsedInMBHasBeenSet; }
45 inline void SetBilledMemoryUsedInMB(long long value) { m_billedMemoryUsedInMBHasBeenSet = true; m_billedMemoryUsedInMB = value; }
46 inline BillingDetails& WithBilledMemoryUsedInMB(long long value) { SetBilledMemoryUsedInMB(value); return *this;}
48
50
53 inline long long GetBilledDurationInMilliseconds() const{ return m_billedDurationInMilliseconds; }
54 inline bool BilledDurationInMillisecondsHasBeenSet() const { return m_billedDurationInMillisecondsHasBeenSet; }
55 inline void SetBilledDurationInMilliseconds(long long value) { m_billedDurationInMillisecondsHasBeenSet = true; m_billedDurationInMilliseconds = value; }
58 private:
59
60 long long m_billedMemoryUsedInMB;
61 bool m_billedMemoryUsedInMBHasBeenSet = false;
62
63 long long m_billedDurationInMilliseconds;
64 bool m_billedDurationInMillisecondsHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace SFN
69} // namespace Aws
long long GetBilledMemoryUsedInMB() const
long long GetBilledDurationInMilliseconds() const
AWS_SFN_API BillingDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API BillingDetails(Aws::Utils::Json::JsonView jsonValue)
bool BilledDurationInMillisecondsHasBeenSet() const
BillingDetails & WithBilledMemoryUsedInMB(long long value)
void SetBilledDurationInMilliseconds(long long value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
BillingDetails & WithBilledDurationInMilliseconds(long long value)
void SetBilledMemoryUsedInMB(long long value)
Aws::Utils::Json::JsonValue JsonValue