7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/xray/XRay_EXPORTS.h>
10#include <aws/xray/model/ResponseTimeRootCauseEntity.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename NamesT = Aws::Vector<Aws::String>>
63 m_namesHasBeenSet =
true;
64 m_names = std::forward<NamesT>(value);
66 template <
typename NamesT = Aws::Vector<Aws::String>>
68 SetNames(std::forward<NamesT>(value));
71 template <
typename NamesT = Aws::String>
73 m_namesHasBeenSet =
true;
74 m_names.emplace_back(std::forward<NamesT>(value));
85 template <
typename TypeT = Aws::String>
87 m_typeHasBeenSet =
true;
88 m_type = std::forward<TypeT>(value);
90 template <
typename TypeT = Aws::String>
92 SetType(std::forward<TypeT>(value));
103 template <
typename AccountIdT = Aws::String>
105 m_accountIdHasBeenSet =
true;
106 m_accountId = std::forward<AccountIdT>(value);
108 template <
typename AccountIdT = Aws::String>
121 template <
typename EntityPathT = Aws::Vector<ResponseTimeRootCauseEntity>>
123 m_entityPathHasBeenSet =
true;
124 m_entityPath = std::forward<EntityPathT>(value);
126 template <
typename EntityPathT = Aws::Vector<ResponseTimeRootCauseEntity>>
131 template <
typename EntityPathT = ResponseTimeRootCauseEntity>
133 m_entityPathHasBeenSet =
true;
134 m_entityPath.emplace_back(std::forward<EntityPathT>(value));
146 m_inferredHasBeenSet =
true;
165 bool m_inferred{
false};
166 bool m_nameHasBeenSet =
false;
167 bool m_namesHasBeenSet =
false;
168 bool m_typeHasBeenSet =
false;
169 bool m_accountIdHasBeenSet =
false;
170 bool m_entityPathHasBeenSet =
false;
171 bool m_inferredHasBeenSet =
false;
ResponseTimeRootCauseService & AddEntityPath(EntityPathT &&value)
bool AccountIdHasBeenSet() const
const Aws::String & GetType() const
ResponseTimeRootCauseService & AddNames(NamesT &&value)
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
bool NamesHasBeenSet() const
AWS_XRAY_API ResponseTimeRootCauseService()=default
void SetAccountId(AccountIdT &&value)
ResponseTimeRootCauseService & WithEntityPath(EntityPathT &&value)
bool InferredHasBeenSet() const
void SetEntityPath(EntityPathT &&value)
AWS_XRAY_API ResponseTimeRootCauseService(Aws::Utils::Json::JsonView jsonValue)
ResponseTimeRootCauseService & WithAccountId(AccountIdT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetInferred(bool value)
ResponseTimeRootCauseService & WithType(TypeT &&value)
const Aws::Vector< ResponseTimeRootCauseEntity > & GetEntityPath() const
const Aws::String & GetAccountId() const
const Aws::String & GetName() const
void SetNames(NamesT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetNames() const
ResponseTimeRootCauseService & WithInferred(bool value)
ResponseTimeRootCauseService & WithNames(NamesT &&value)
bool EntityPathHasBeenSet() const
AWS_XRAY_API ResponseTimeRootCauseService & operator=(Aws::Utils::Json::JsonView jsonValue)
ResponseTimeRootCauseService & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue