7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
41 template <
typename FarmIdT = Aws::String>
43 m_farmIdHasBeenSet =
true;
44 m_farmId = std::forward<FarmIdT>(value);
46 template <
typename FarmIdT = Aws::String>
61 template <
typename DisplayNameT = Aws::String>
63 m_displayNameHasBeenSet =
true;
64 m_displayName = std::forward<DisplayNameT>(value);
66 template <
typename DisplayNameT = Aws::String>
79 template <
typename KmsKeyArnT = Aws::String>
81 m_kmsKeyArnHasBeenSet =
true;
82 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
84 template <
typename KmsKeyArnT = Aws::String>
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename CreatedByT = Aws::String>
117 m_createdByHasBeenSet =
true;
118 m_createdBy = std::forward<CreatedByT>(value);
120 template <
typename CreatedByT = Aws::String>
133 template <
typename UpdatedAtT = Aws::Utils::DateTime>
135 m_updatedAtHasBeenSet =
true;
136 m_updatedAt = std::forward<UpdatedAtT>(value);
138 template <
typename UpdatedAtT = Aws::Utils::DateTime>
151 template <
typename UpdatedByT = Aws::String>
153 m_updatedByHasBeenSet =
true;
154 m_updatedBy = std::forward<UpdatedByT>(value);
156 template <
typename UpdatedByT = Aws::String>
176 bool m_farmIdHasBeenSet =
false;
177 bool m_displayNameHasBeenSet =
false;
178 bool m_kmsKeyArnHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
180 bool m_createdByHasBeenSet =
false;
181 bool m_updatedAtHasBeenSet =
false;
182 bool m_updatedByHasBeenSet =
false;
AWS_DEADLINE_API FarmSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUpdatedBy() const
void SetUpdatedAt(UpdatedAtT &&value)
bool CreatedAtHasBeenSet() const
FarmSummary & WithKmsKeyArn(KmsKeyArnT &&value)
void SetCreatedBy(CreatedByT &&value)
FarmSummary & WithUpdatedBy(UpdatedByT &&value)
FarmSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDisplayName() const
FarmSummary & WithCreatedBy(CreatedByT &&value)
FarmSummary & WithDisplayName(DisplayNameT &&value)
void SetFarmId(FarmIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_DEADLINE_API FarmSummary()=default
bool KmsKeyArnHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool UpdatedByHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
FarmSummary & WithFarmId(FarmIdT &&value)
const Aws::String & GetCreatedBy() const
AWS_DEADLINE_API FarmSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedByHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetFarmId() const
const Aws::String & GetKmsKeyArn() const
void SetUpdatedBy(UpdatedByT &&value)
FarmSummary & WithCreatedAt(CreatedAtT &&value)
bool UpdatedAtHasBeenSet() const
bool FarmIdHasBeenSet() const
bool DisplayNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue