AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateCustomMetricResult.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/CustomMetricType.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IoT
26{
27namespace Model
28{
30 {
31 public:
35
36
38
41 inline const Aws::String& GetMetricName() const{ return m_metricName; }
42 inline void SetMetricName(const Aws::String& value) { m_metricName = value; }
43 inline void SetMetricName(Aws::String&& value) { m_metricName = std::move(value); }
44 inline void SetMetricName(const char* value) { m_metricName.assign(value); }
45 inline UpdateCustomMetricResult& WithMetricName(const Aws::String& value) { SetMetricName(value); return *this;}
46 inline UpdateCustomMetricResult& WithMetricName(Aws::String&& value) { SetMetricName(std::move(value)); return *this;}
47 inline UpdateCustomMetricResult& WithMetricName(const char* value) { SetMetricName(value); return *this;}
49
51
54 inline const Aws::String& GetMetricArn() const{ return m_metricArn; }
55 inline void SetMetricArn(const Aws::String& value) { m_metricArn = value; }
56 inline void SetMetricArn(Aws::String&& value) { m_metricArn = std::move(value); }
57 inline void SetMetricArn(const char* value) { m_metricArn.assign(value); }
58 inline UpdateCustomMetricResult& WithMetricArn(const Aws::String& value) { SetMetricArn(value); return *this;}
59 inline UpdateCustomMetricResult& WithMetricArn(Aws::String&& value) { SetMetricArn(std::move(value)); return *this;}
60 inline UpdateCustomMetricResult& WithMetricArn(const char* value) { SetMetricArn(value); return *this;}
62
64
70 inline const CustomMetricType& GetMetricType() const{ return m_metricType; }
71 inline void SetMetricType(const CustomMetricType& value) { m_metricType = value; }
72 inline void SetMetricType(CustomMetricType&& value) { m_metricType = std::move(value); }
73 inline UpdateCustomMetricResult& WithMetricType(const CustomMetricType& value) { SetMetricType(value); return *this;}
74 inline UpdateCustomMetricResult& WithMetricType(CustomMetricType&& value) { SetMetricType(std::move(value)); return *this;}
76
78
81 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
82 inline void SetDisplayName(const Aws::String& value) { m_displayName = value; }
83 inline void SetDisplayName(Aws::String&& value) { m_displayName = std::move(value); }
84 inline void SetDisplayName(const char* value) { m_displayName.assign(value); }
85 inline UpdateCustomMetricResult& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
86 inline UpdateCustomMetricResult& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
87 inline UpdateCustomMetricResult& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
89
91
94 inline const Aws::Utils::DateTime& GetCreationDate() const{ return m_creationDate; }
95 inline void SetCreationDate(const Aws::Utils::DateTime& value) { m_creationDate = value; }
96 inline void SetCreationDate(Aws::Utils::DateTime&& value) { m_creationDate = std::move(value); }
98 inline UpdateCustomMetricResult& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;}
100
102
106 inline const Aws::Utils::DateTime& GetLastModifiedDate() const{ return m_lastModifiedDate; }
107 inline void SetLastModifiedDate(const Aws::Utils::DateTime& value) { m_lastModifiedDate = value; }
108 inline void SetLastModifiedDate(Aws::Utils::DateTime&& value) { m_lastModifiedDate = std::move(value); }
112
114
115 inline const Aws::String& GetRequestId() const{ return m_requestId; }
116 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
117 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
118 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
119 inline UpdateCustomMetricResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
120 inline UpdateCustomMetricResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
121 inline UpdateCustomMetricResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
123 private:
124
125 Aws::String m_metricName;
126
127 Aws::String m_metricArn;
128
129 CustomMetricType m_metricType;
130
131 Aws::String m_displayName;
132
133 Aws::Utils::DateTime m_creationDate;
134
135 Aws::Utils::DateTime m_lastModifiedDate;
136
137 Aws::String m_requestId;
138 };
139
140} // namespace Model
141} // namespace IoT
142} // namespace Aws
UpdateCustomMetricResult & WithMetricName(Aws::String &&value)
void SetMetricType(const CustomMetricType &value)
UpdateCustomMetricResult & WithDisplayName(const char *value)
UpdateCustomMetricResult & WithLastModifiedDate(Aws::Utils::DateTime &&value)
UpdateCustomMetricResult & WithRequestId(const char *value)
const CustomMetricType & GetMetricType() const
UpdateCustomMetricResult & WithRequestId(const Aws::String &value)
UpdateCustomMetricResult & WithRequestId(Aws::String &&value)
AWS_IOT_API UpdateCustomMetricResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateCustomMetricResult & WithMetricType(const CustomMetricType &value)
void SetCreationDate(Aws::Utils::DateTime &&value)
UpdateCustomMetricResult & WithMetricArn(Aws::String &&value)
UpdateCustomMetricResult & WithMetricArn(const Aws::String &value)
UpdateCustomMetricResult & WithMetricName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
UpdateCustomMetricResult & WithDisplayName(Aws::String &&value)
UpdateCustomMetricResult & WithMetricType(CustomMetricType &&value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
UpdateCustomMetricResult & WithCreationDate(const Aws::Utils::DateTime &value)
UpdateCustomMetricResult & WithDisplayName(const Aws::String &value)
UpdateCustomMetricResult & WithCreationDate(Aws::Utils::DateTime &&value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
UpdateCustomMetricResult & WithMetricName(const char *value)
UpdateCustomMetricResult & WithLastModifiedDate(const Aws::Utils::DateTime &value)
void SetCreationDate(const Aws::Utils::DateTime &value)
AWS_IOT_API UpdateCustomMetricResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateCustomMetricResult & WithMetricArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue