7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename DeviceFleetArnT = Aws::String>
43 m_deviceFleetArnHasBeenSet =
true;
44 m_deviceFleetArn = std::forward<DeviceFleetArnT>(value);
46 template <
typename DeviceFleetArnT = Aws::String>
59 template <
typename DeviceFleetNameT = Aws::String>
61 m_deviceFleetNameHasBeenSet =
true;
62 m_deviceFleetName = std::forward<DeviceFleetNameT>(value);
64 template <
typename DeviceFleetNameT = Aws::String>
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 m_creationTimeHasBeenSet =
true;
80 m_creationTime = std::forward<CreationTimeT>(value);
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
95 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
97 m_lastModifiedTimeHasBeenSet =
true;
98 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
100 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 bool m_deviceFleetArnHasBeenSet =
false;
115 bool m_deviceFleetNameHasBeenSet =
false;
116 bool m_creationTimeHasBeenSet =
false;
117 bool m_lastModifiedTimeHasBeenSet =
false;
bool DeviceFleetNameHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool LastModifiedTimeHasBeenSet() const
void SetDeviceFleetName(DeviceFleetNameT &&value)
DeviceFleetSummary & WithCreationTime(CreationTimeT &&value)
void SetDeviceFleetArn(DeviceFleetArnT &&value)
AWS_SAGEMAKER_API DeviceFleetSummary()=default
AWS_SAGEMAKER_API DeviceFleetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API DeviceFleetSummary(Aws::Utils::Json::JsonView jsonValue)
DeviceFleetSummary & WithDeviceFleetName(DeviceFleetNameT &&value)
const Aws::String & GetDeviceFleetName() const
bool DeviceFleetArnHasBeenSet() const
const Aws::String & GetDeviceFleetArn() const
bool CreationTimeHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
DeviceFleetSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
DeviceFleetSummary & WithDeviceFleetArn(DeviceFleetArnT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue