7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snowball/model/JobState.h>
10#include <aws/snowball/model/JobType.h>
11#include <aws/snowball/model/SnowballType.h>
12#include <aws/core/utils/DateTime.h>
53 template<
typename JobIdT = Aws::String>
54 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
55 template<
typename JobIdT = Aws::String>
80 inline void SetIsMaster(
bool value) { m_isMasterHasBeenSet =
true; m_isMaster = value; }
110 template<
typename CreationDateT = Aws::Utils::DateTime>
111 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
112 template<
typename CreationDateT = Aws::Utils::DateTime>
123 template<
typename DescriptionT = Aws::String>
124 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
125 template<
typename DescriptionT = Aws::String>
131 bool m_jobIdHasBeenSet =
false;
134 bool m_jobStateHasBeenSet =
false;
136 bool m_isMaster{
false};
137 bool m_isMasterHasBeenSet =
false;
140 bool m_jobTypeHasBeenSet =
false;
143 bool m_snowballTypeHasBeenSet =
false;
146 bool m_creationDateHasBeenSet =
false;
149 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