7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/SupplyChain_EXPORTS.h>
20namespace SupplyChain {
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename ArnT = Aws::String>
79 m_arnHasBeenSet =
true;
80 m_arn = std::forward<ArnT>(value);
82 template <
typename ArnT = Aws::String>
84 SetArn(std::forward<ArnT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename CreatedTimeT = Aws::Utils::DateTime>
115 m_createdTimeHasBeenSet =
true;
116 m_createdTime = std::forward<CreatedTimeT>(value);
118 template <
typename CreatedTimeT = Aws::Utils::DateTime>
131 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 m_lastModifiedTimeHasBeenSet =
true;
134 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
136 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
154 bool m_instanceIdHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_arnHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_createdTimeHasBeenSet =
false;
159 bool m_lastModifiedTimeHasBeenSet =
false;
void SetCreatedTime(CreatedTimeT &&value)
void SetDescription(DescriptionT &&value)
DataLakeNamespace & WithCreatedTime(CreatedTimeT &&value)
AWS_SUPPLYCHAIN_API DataLakeNamespace(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool ArnHasBeenSet() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetInstanceId() const
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
const Aws::String & GetArn() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_SUPPLYCHAIN_API DataLakeNamespace & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataLakeNamespace()=default
bool CreatedTimeHasBeenSet() const
void SetArn(ArnT &&value)
void SetInstanceId(InstanceIdT &&value)
bool LastModifiedTimeHasBeenSet() const
DataLakeNamespace & WithDescription(DescriptionT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
DataLakeNamespace & WithLastModifiedTime(LastModifiedTimeT &&value)
DataLakeNamespace & WithName(NameT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
DataLakeNamespace & WithInstanceId(InstanceIdT &&value)
DataLakeNamespace & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue