7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename IdT = Aws::String>
42 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
43 template<
typename IdT = Aws::String>
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
74 template<
typename SignalCatalogArnT = Aws::String>
75 void SetSignalCatalogArn(SignalCatalogArnT&& value) { m_signalCatalogArnHasBeenSet =
true; m_signalCatalogArn = std::forward<SignalCatalogArnT>(value); }
76 template<
typename SignalCatalogArnT = Aws::String>
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
88 template<
typename CreationTimeT = Aws::Utils::DateTime>
98 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
99 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
100 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
107 template<
typename RequestIdT = Aws::String>
108 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
109 template<
typename RequestIdT = Aws::String>
115 bool m_idHasBeenSet =
false;
118 bool m_arnHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_signalCatalogArnHasBeenSet =
false;
127 bool m_creationTimeHasBeenSet =
false;
130 bool m_lastModificationTimeHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
GetFleetResult & WithLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
AWS_IOTFLEETWISE_API GetFleetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetFleetResult & WithDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
GetFleetResult & WithId(IdT &&value)
const Aws::String & GetDescription() const
GetFleetResult & WithRequestId(RequestIdT &&value)
GetFleetResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetSignalCatalogArn() const
void SetRequestId(RequestIdT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetRequestId() const
GetFleetResult & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_IOTFLEETWISE_API GetFleetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTFLEETWISE_API GetFleetResult()=default
const Aws::Utils::DateTime & GetLastModificationTime() const
GetFleetResult & WithSignalCatalogArn(SignalCatalogArnT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetSignalCatalogArn(SignalCatalogArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue