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 IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = 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>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename SignalCatalogArnT = Aws::String>
85 void SetSignalCatalogArn(SignalCatalogArnT&& value) { m_signalCatalogArnHasBeenSet =
true; m_signalCatalogArn = std::forward<SignalCatalogArnT>(value); }
86 template<
typename SignalCatalogArnT = Aws::String>
97 template<
typename CreationTimeT = Aws::Utils::DateTime>
98 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
110 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
111 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
112 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
118 bool m_idHasBeenSet =
false;
121 bool m_arnHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_signalCatalogArnHasBeenSet =
false;
130 bool m_creationTimeHasBeenSet =
false;
133 bool m_lastModificationTimeHasBeenSet =
false;
FleetSummary & WithLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetSignalCatalogArn() const
FleetSummary & WithSignalCatalogArn(SignalCatalogArnT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetArn() const
FleetSummary & WithDescription(DescriptionT &&value)
bool CreationTimeHasBeenSet() const
AWS_IOTFLEETWISE_API FleetSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API FleetSummary()=default
const Aws::Utils::DateTime & GetLastModificationTime() const
bool SignalCatalogArnHasBeenSet() const
FleetSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetId() const
AWS_IOTFLEETWISE_API FleetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetSignalCatalogArn(SignalCatalogArnT &&value)
void SetDescription(DescriptionT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
FleetSummary & WithArn(ArnT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
FleetSummary & WithId(IdT &&value)
bool LastModificationTimeHasBeenSet() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue