7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/WriteOperationType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 m_isCreatableHasBeenSet =
true;
44 m_isCreatable = value;
59 m_isNullableHasBeenSet =
true;
76 m_isUpsertableHasBeenSet =
true;
77 m_isUpsertable = value;
93 m_isUpdatableHasBeenSet =
true;
94 m_isUpdatable = value;
110 m_isDefaultedOnCreateHasBeenSet =
true;
111 m_isDefaultedOnCreate = value;
127 template <
typename SupportedWriteOperationsT = Aws::Vector<WriteOperationType>>
129 m_supportedWriteOperationsHasBeenSet =
true;
130 m_supportedWriteOperations = std::forward<SupportedWriteOperationsT>(value);
132 template <
typename SupportedWriteOperationsT = Aws::Vector<WriteOperationType>>
138 m_supportedWriteOperationsHasBeenSet =
true;
139 m_supportedWriteOperations.push_back(value);
144 bool m_isCreatable{
false};
146 bool m_isNullable{
false};
148 bool m_isUpsertable{
false};
150 bool m_isUpdatable{
false};
152 bool m_isDefaultedOnCreate{
false};
155 bool m_isCreatableHasBeenSet =
false;
156 bool m_isNullableHasBeenSet =
false;
157 bool m_isUpsertableHasBeenSet =
false;
158 bool m_isUpdatableHasBeenSet =
false;
159 bool m_isDefaultedOnCreateHasBeenSet =
false;
160 bool m_supportedWriteOperationsHasBeenSet =
false;
void SetSupportedWriteOperations(SupportedWriteOperationsT &&value)
void SetIsCreatable(bool value)
DestinationFieldProperties & WithIsNullable(bool value)
void SetIsUpsertable(bool value)
bool IsNullableHasBeenSet() const
bool GetIsNullable() const
bool IsUpsertableHasBeenSet() const
bool IsUpdatableHasBeenSet() const
DestinationFieldProperties & WithIsUpdatable(bool value)
bool IsCreatableHasBeenSet() const
bool GetIsUpsertable() const
bool GetIsDefaultedOnCreate() const
void SetIsUpdatable(bool value)
void SetIsDefaultedOnCreate(bool value)
DestinationFieldProperties & WithIsDefaultedOnCreate(bool value)
bool GetIsCreatable() const
DestinationFieldProperties & AddSupportedWriteOperations(WriteOperationType value)
const Aws::Vector< WriteOperationType > & GetSupportedWriteOperations() const
AWS_APPFLOW_API DestinationFieldProperties(Aws::Utils::Json::JsonView jsonValue)
DestinationFieldProperties & WithIsCreatable(bool value)
DestinationFieldProperties & WithIsUpsertable(bool value)
bool IsDefaultedOnCreateHasBeenSet() const
AWS_APPFLOW_API DestinationFieldProperties()=default
bool SupportedWriteOperationsHasBeenSet() const
bool GetIsUpdatable() const
DestinationFieldProperties & WithSupportedWriteOperations(SupportedWriteOperationsT &&value)
AWS_APPFLOW_API DestinationFieldProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsNullable(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue