7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
64 template<
typename ArnT = Aws::String>
65 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
66 template<
typename ArnT = Aws::String>
77 template<
typename SignalCatalogArnT = Aws::String>
78 void SetSignalCatalogArn(SignalCatalogArnT&& value) { m_signalCatalogArnHasBeenSet =
true; m_signalCatalogArn = std::forward<SignalCatalogArnT>(value); }
79 template<
typename SignalCatalogArnT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
102 template<
typename CreationTimeT = Aws::Utils::DateTime>
103 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
104 template<
typename CreationTimeT = Aws::Utils::DateTime>
115 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
116 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
117 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
127 template<
typename IdT = Aws::String>
128 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
129 template<
typename IdT = Aws::String>
135 bool m_nameHasBeenSet =
false;
138 bool m_arnHasBeenSet =
false;
141 bool m_signalCatalogArnHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_creationTimeHasBeenSet =
false;
150 bool m_lastModificationTimeHasBeenSet =
false;
153 bool m_idHasBeenSet =
false;
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
StateTemplateSummary & WithArn(ArnT &&value)
bool SignalCatalogArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
StateTemplateSummary & WithCreationTime(CreationTimeT &&value)
StateTemplateSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
StateTemplateSummary & WithSignalCatalogArn(SignalCatalogArnT &&value)
bool NameHasBeenSet() const
AWS_IOTFLEETWISE_API StateTemplateSummary()=default
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastModificationTime() const
const Aws::String & GetSignalCatalogArn() const
bool CreationTimeHasBeenSet() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
StateTemplateSummary & WithLastModificationTime(LastModificationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool DescriptionHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetArn() const
bool LastModificationTimeHasBeenSet() const
StateTemplateSummary & WithId(IdT &&value)
StateTemplateSummary & WithName(NameT &&value)
void SetSignalCatalogArn(SignalCatalogArnT &&value)
AWS_IOTFLEETWISE_API StateTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API StateTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue