7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/DataTableLockVersion.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
54 template <
typename AttributeIdT = Aws::String>
56 m_attributeIdHasBeenSet =
true;
57 m_attributeId = std::forward<AttributeIdT>(value);
59 template <
typename AttributeIdT = Aws::String>
72 template <
typename LockVersionT = DataTableLockVersion>
74 m_lockVersionHasBeenSet =
true;
75 m_lockVersion = std::forward<LockVersionT>(value);
77 template <
typename LockVersionT = DataTableLockVersion>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
106 bool m_nameHasBeenSet =
false;
107 bool m_attributeIdHasBeenSet =
false;
108 bool m_lockVersionHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
AWS_CONNECT_API CreateDataTableAttributeResult()=default
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
CreateDataTableAttributeResult & WithAttributeId(AttributeIdT &&value)
void SetLockVersion(LockVersionT &&value)
const DataTableLockVersion & GetLockVersion() const
CreateDataTableAttributeResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_CONNECT_API CreateDataTableAttributeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDataTableAttributeResult & WithLockVersion(LockVersionT &&value)
void SetAttributeId(AttributeIdT &&value)
AWS_CONNECT_API CreateDataTableAttributeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDataTableAttributeResult & WithName(NameT &&value)
const Aws::String & GetAttributeId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue