7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
10#include <aws/observabilityadmin/model/ConfigurationSummary.h>
11#include <aws/observabilityadmin/model/TelemetryPipelineStatus.h>
22namespace ObservabilityAdmin {
45 m_createdTimeStampHasBeenSet =
true;
46 m_createdTimeStamp = value;
61 m_lastUpdateTimeStampHasBeenSet =
true;
62 m_lastUpdateTimeStamp = value;
76 template <
typename ArnT = Aws::String>
78 m_arnHasBeenSet =
true;
79 m_arn = std::forward<ArnT>(value);
81 template <
typename ArnT = Aws::String>
83 SetArn(std::forward<ArnT>(value));
94 template <
typename NameT = Aws::String>
96 m_nameHasBeenSet =
true;
97 m_name = std::forward<NameT>(value);
99 template <
typename NameT = Aws::String>
101 SetName(std::forward<NameT>(value));
113 m_statusHasBeenSet =
true;
128 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 m_tagsHasBeenSet =
true;
131 m_tags = std::forward<TagsT>(value);
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 SetTags(std::forward<TagsT>(value));
138 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true;
141 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
152 template <
typename ConfigurationSummaryT = ConfigurationSummary>
154 m_configurationSummaryHasBeenSet =
true;
155 m_configurationSummary = std::forward<ConfigurationSummaryT>(value);
157 template <
typename ConfigurationSummaryT = ConfigurationSummary>
164 long long m_createdTimeStamp{0};
166 long long m_lastUpdateTimeStamp{0};
176 ConfigurationSummary m_configurationSummary;
177 bool m_createdTimeStampHasBeenSet =
false;
178 bool m_lastUpdateTimeStampHasBeenSet =
false;
179 bool m_arnHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_tagsHasBeenSet =
false;
183 bool m_configurationSummaryHasBeenSet =
false;
bool TagsHasBeenSet() const
TelemetryPipelineSummary & WithArn(ArnT &&value)
TelemetryPipelineSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
bool LastUpdateTimeStampHasBeenSet() const
void SetLastUpdateTimeStamp(long long value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_OBSERVABILITYADMIN_API TelemetryPipelineSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreatedTimeStampHasBeenSet() const
void SetTags(TagsT &&value)
AWS_OBSERVABILITYADMIN_API TelemetryPipelineSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TelemetryPipelineSummary & WithCreatedTimeStamp(long long value)
long long GetLastUpdateTimeStamp() const
AWS_OBSERVABILITYADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
void SetStatus(TelemetryPipelineStatus value)
TelemetryPipelineSummary & WithConfigurationSummary(ConfigurationSummaryT &&value)
AWS_OBSERVABILITYADMIN_API TelemetryPipelineSummary()=default
bool ArnHasBeenSet() const
const ConfigurationSummary & GetConfigurationSummary() const
void SetName(NameT &&value)
long long GetCreatedTimeStamp() const
TelemetryPipelineSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
TelemetryPipelineSummary & WithTags(TagsT &&value)
void SetConfigurationSummary(ConfigurationSummaryT &&value)
bool ConfigurationSummaryHasBeenSet() const
const Aws::String & GetArn() const
TelemetryPipelineStatus GetStatus() const
void SetCreatedTimeStamp(long long value)
const Aws::String & GetName() const
TelemetryPipelineSummary & WithLastUpdateTimeStamp(long long value)
TelemetryPipelineSummary & WithStatus(TelemetryPipelineStatus value)
bool StatusHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue