AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetMinuteUsageResult.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace GroundStation
24{
25namespace Model
26{
33 {
34 public:
35 AWS_GROUNDSTATION_API GetMinuteUsageResult();
38
39
41
45 inline int GetEstimatedMinutesRemaining() const{ return m_estimatedMinutesRemaining; }
46 inline void SetEstimatedMinutesRemaining(int value) { m_estimatedMinutesRemaining = value; }
49
51
55 inline bool GetIsReservedMinutesCustomer() const{ return m_isReservedMinutesCustomer; }
56 inline void SetIsReservedMinutesCustomer(bool value) { m_isReservedMinutesCustomer = value; }
59
61
65 inline int GetTotalReservedMinuteAllocation() const{ return m_totalReservedMinuteAllocation; }
66 inline void SetTotalReservedMinuteAllocation(int value) { m_totalReservedMinuteAllocation = value; }
69
71
75 inline int GetTotalScheduledMinutes() const{ return m_totalScheduledMinutes; }
76 inline void SetTotalScheduledMinutes(int value) { m_totalScheduledMinutes = value; }
79
81
85 inline int GetUpcomingMinutesScheduled() const{ return m_upcomingMinutesScheduled; }
86 inline void SetUpcomingMinutesScheduled(int value) { m_upcomingMinutesScheduled = value; }
89
91
92 inline const Aws::String& GetRequestId() const{ return m_requestId; }
93 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
94 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
95 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
96 inline GetMinuteUsageResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
97 inline GetMinuteUsageResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
98 inline GetMinuteUsageResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
100 private:
101
102 int m_estimatedMinutesRemaining;
103
104 bool m_isReservedMinutesCustomer;
105
106 int m_totalReservedMinuteAllocation;
107
108 int m_totalScheduledMinutes;
109
110 int m_upcomingMinutesScheduled;
111
112 Aws::String m_requestId;
113 };
114
115} // namespace Model
116} // namespace GroundStation
117} // namespace Aws
GetMinuteUsageResult & WithEstimatedMinutesRemaining(int value)
GetMinuteUsageResult & WithRequestId(const char *value)
GetMinuteUsageResult & WithRequestId(Aws::String &&value)
GetMinuteUsageResult & WithRequestId(const Aws::String &value)
AWS_GROUNDSTATION_API GetMinuteUsageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMinuteUsageResult & WithTotalReservedMinuteAllocation(int value)
GetMinuteUsageResult & WithUpcomingMinutesScheduled(int value)
GetMinuteUsageResult & WithIsReservedMinutesCustomer(bool value)
GetMinuteUsageResult & WithTotalScheduledMinutes(int value)
AWS_GROUNDSTATION_API GetMinuteUsageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue