7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/xray/model/ResponseTimeRootCauseEntity.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename NamesT = Aws::Vector<Aws::String>>
62 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
63 template<
typename NamesT = Aws::Vector<Aws::String>>
65 template<
typename NamesT = Aws::String>
75 template<
typename TypeT = Aws::String>
76 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
77 template<
typename TypeT = Aws::String>
87 template<
typename AccountIdT = Aws::String>
88 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
89 template<
typename AccountIdT = Aws::String>
99 template<
typename EntityPathT = Aws::Vector<ResponseTimeRootCauseEntity>>
100 void SetEntityPath(EntityPathT&& value) { m_entityPathHasBeenSet =
true; m_entityPath = std::forward<EntityPathT>(value); }
101 template<
typename EntityPathT = Aws::Vector<ResponseTimeRootCauseEntity>>
103 template<
typename EntityPathT = ResponseTimeRootCauseEntity>
113 inline void SetInferred(
bool value) { m_inferredHasBeenSet =
true; m_inferred = value; }
119 bool m_nameHasBeenSet =
false;
122 bool m_namesHasBeenSet =
false;
125 bool m_typeHasBeenSet =
false;
128 bool m_accountIdHasBeenSet =
false;
131 bool m_entityPathHasBeenSet =
false;
133 bool m_inferred{
false};
134 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