7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
9#include <aws/observabilityadmin/model/TelemetryRule.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ObservabilityAdmin {
35 template <
typename RuleNameT = Aws::String>
37 m_ruleNameHasBeenSet =
true;
38 m_ruleName = std::forward<RuleNameT>(value);
40 template <
typename RuleNameT = Aws::String>
52 template <
typename RuleArnT = Aws::String>
54 m_ruleArnHasBeenSet =
true;
55 m_ruleArn = std::forward<RuleArnT>(value);
57 template <
typename RuleArnT = Aws::String>
70 m_createdTimeStampHasBeenSet =
true;
71 m_createdTimeStamp = value;
85 m_lastUpdateTimeStampHasBeenSet =
true;
86 m_lastUpdateTimeStamp = value;
99 template <
typename TelemetryRuleT = TelemetryRule>
101 m_telemetryRuleHasBeenSet =
true;
102 m_telemetryRule = std::forward<TelemetryRuleT>(value);
104 template <
typename TelemetryRuleT = TelemetryRule>
114 template <
typename RequestIdT = Aws::String>
116 m_requestIdHasBeenSet =
true;
117 m_requestId = std::forward<RequestIdT>(value);
119 template <
typename RequestIdT = Aws::String>
130 long long m_createdTimeStamp{0};
132 long long m_lastUpdateTimeStamp{0};
134 TelemetryRule m_telemetryRule;
137 bool m_ruleNameHasBeenSet =
false;
138 bool m_ruleArnHasBeenSet =
false;
139 bool m_createdTimeStampHasBeenSet =
false;
140 bool m_lastUpdateTimeStampHasBeenSet =
false;
141 bool m_telemetryRuleHasBeenSet =
false;
142 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRuleName() const
void SetRuleName(RuleNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetTelemetryRule(TelemetryRuleT &&value)
void SetCreatedTimeStamp(long long value)
GetTelemetryRuleResult & WithCreatedTimeStamp(long long value)
AWS_OBSERVABILITYADMIN_API GetTelemetryRuleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const TelemetryRule & GetTelemetryRule() const
GetTelemetryRuleResult & WithRuleArn(RuleArnT &&value)
void SetLastUpdateTimeStamp(long long value)
GetTelemetryRuleResult & WithLastUpdateTimeStamp(long long value)
const Aws::String & GetRuleArn() const
AWS_OBSERVABILITYADMIN_API GetTelemetryRuleResult()=default
void SetRuleArn(RuleArnT &&value)
long long GetLastUpdateTimeStamp() const
GetTelemetryRuleResult & WithRequestId(RequestIdT &&value)
GetTelemetryRuleResult & WithTelemetryRule(TelemetryRuleT &&value)
AWS_OBSERVABILITYADMIN_API GetTelemetryRuleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
long long GetCreatedTimeStamp() const
GetTelemetryRuleResult & WithRuleName(RuleNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue