7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename InstanceIdT = Aws::String>
48 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
49 template<
typename InstanceIdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename ArnT = Aws::String>
72 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
73 template<
typename ArnT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
95 template<
typename CreatedTimeT = Aws::Utils::DateTime>
96 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
97 template<
typename CreatedTimeT = Aws::Utils::DateTime>
107 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
108 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
109 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 bool m_instanceIdHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 bool m_arnHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_createdTimeHasBeenSet =
false;
130 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