7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
10#include <aws/snowball/model/JobState.h>
11#include <aws/snowball/model/JobType.h>
12#include <aws/snowball/model/SnowballType.h>
47 template <
typename JobIdT = Aws::String>
49 m_jobIdHasBeenSet =
true;
50 m_jobId = std::forward<JobIdT>(value);
52 template <
typename JobIdT = Aws::String>
54 SetJobId(std::forward<JobIdT>(value));
66 m_jobStateHasBeenSet =
true;
87 m_isMasterHasBeenSet =
true;
103 m_jobTypeHasBeenSet =
true;
119 m_snowballTypeHasBeenSet =
true;
120 m_snowballType = value;
134 template <
typename CreationDateT = Aws::Utils::DateTime>
136 m_creationDateHasBeenSet =
true;
137 m_creationDate = std::forward<CreationDateT>(value);
139 template <
typename CreationDateT = Aws::Utils::DateTime>
153 template <
typename DescriptionT = Aws::String>
155 m_descriptionHasBeenSet =
true;
156 m_description = std::forward<DescriptionT>(value);
158 template <
typename DescriptionT = Aws::String>
169 bool m_isMaster{
false};
178 bool m_jobIdHasBeenSet =
false;
179 bool m_jobStateHasBeenSet =
false;
180 bool m_isMasterHasBeenSet =
false;
181 bool m_jobTypeHasBeenSet =
false;
182 bool m_snowballTypeHasBeenSet =
false;
183 bool m_creationDateHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
void SetJobState(JobState value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetSnowballType(SnowballType value)
void SetJobType(JobType value)
bool SnowballTypeHasBeenSet() const
const Aws::String & GetDescription() const
SnowballType GetSnowballType() const
bool JobStateHasBeenSet() const
JobListEntry & WithCreationDate(CreationDateT &&value)
JobState GetJobState() const
bool JobIdHasBeenSet() const
void SetJobId(JobIdT &&value)
bool IsMasterHasBeenSet() const
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
JobListEntry & WithJobType(JobType value)
void SetIsMaster(bool value)
JobType GetJobType() const
JobListEntry & WithJobId(JobIdT &&value)
bool DescriptionHasBeenSet() const
AWS_SNOWBALL_API JobListEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobId() const
void SetCreationDate(CreationDateT &&value)
JobListEntry & WithIsMaster(bool value)
JobListEntry & WithDescription(DescriptionT &&value)
AWS_SNOWBALL_API JobListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
JobListEntry & WithSnowballType(SnowballType value)
AWS_SNOWBALL_API JobListEntry()=default
JobListEntry & WithJobState(JobState value)
bool CreationDateHasBeenSet() const
bool JobTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue