7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
73 template<
typename CreationTimeT = Aws::Utils::DateTime>
74 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
75 template<
typename CreationTimeT = Aws::Utils::DateTime>
86 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
87 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
88 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
94 bool m_nameHasBeenSet =
false;
97 bool m_arnHasBeenSet =
false;
100 bool m_creationTimeHasBeenSet =
false;
103 bool m_lastModificationTimeHasBeenSet =
false;
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool LastModificationTimeHasBeenSet() const
bool NameHasBeenSet() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
SignalCatalogSummary & WithCreationTime(CreationTimeT &&value)
AWS_IOTFLEETWISE_API SignalCatalogSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
AWS_IOTFLEETWISE_API SignalCatalogSummary()=default
SignalCatalogSummary & WithLastModificationTime(LastModificationTimeT &&value)
SignalCatalogSummary & WithName(NameT &&value)
void SetCreationTime(CreationTimeT &&value)
SignalCatalogSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
AWS_IOTFLEETWISE_API SignalCatalogSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastModificationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue