7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/FieldAttributes.h>
9#include <aws/connectcases/model/FieldNamespace.h>
10#include <aws/connectcases/model/FieldType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ConnectCases {
43 template <
typename FieldIdT = Aws::String>
45 m_fieldIdHasBeenSet =
true;
46 m_fieldId = std::forward<FieldIdT>(value);
48 template <
typename FieldIdT = Aws::String>
61 template <
typename FieldArnT = Aws::String>
63 m_fieldArnHasBeenSet =
true;
64 m_fieldArn = std::forward<FieldArnT>(value);
66 template <
typename FieldArnT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
98 m_typeHasBeenSet =
true;
114 m_namespaceHasBeenSet =
true;
129 template <
typename AttributesT = FieldAttributes>
131 m_attributesHasBeenSet =
true;
132 m_attributes = std::forward<AttributesT>(value);
134 template <
typename AttributesT = FieldAttributes>
151 FieldAttributes m_attributes;
152 bool m_fieldIdHasBeenSet =
false;
153 bool m_fieldArnHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
155 bool m_typeHasBeenSet =
false;
156 bool m_namespaceHasBeenSet =
false;
157 bool m_attributesHasBeenSet =
false;
const Aws::String & GetName() const
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
FieldSummary & WithName(NameT &&value)
FieldSummary & WithType(FieldType value)
void SetName(NameT &&value)
void SetNamespace(FieldNamespace value)
bool FieldArnHasBeenSet() const
FieldSummary & WithAttributes(AttributesT &&value)
void SetFieldId(FieldIdT &&value)
bool AttributesHasBeenSet() const
const FieldAttributes & GetAttributes() const
FieldSummary & WithNamespace(FieldNamespace value)
bool FieldIdHasBeenSet() const
const Aws::String & GetFieldArn() const
FieldType GetType() const
bool NameHasBeenSet() const
void SetType(FieldType value)
bool NamespaceHasBeenSet() const
AWS_CONNECTCASES_API FieldSummary()=default
bool TypeHasBeenSet() const
AWS_CONNECTCASES_API FieldSummary(Aws::Utils::Json::JsonView jsonValue)
void SetFieldArn(FieldArnT &&value)
void SetAttributes(AttributesT &&value)
const Aws::String & GetFieldId() const
FieldSummary & WithFieldArn(FieldArnT &&value)
FieldSummary & WithFieldId(FieldIdT &&value)
AWS_CONNECTCASES_API FieldSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FieldNamespace GetNamespace() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue