7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/JobData.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 template <
typename DataT = JobData>
63 m_dataHasBeenSet =
true;
64 m_data = std::forward<DataT>(value);
66 template <
typename DataT = JobData>
68 SetData(std::forward<DataT>(value));
79 template <
typename AccountIdT = Aws::String>
81 m_accountIdHasBeenSet =
true;
82 m_accountId = std::forward<AccountIdT>(value);
84 template <
typename AccountIdT = Aws::String>
96 bool m_idHasBeenSet =
false;
97 bool m_dataHasBeenSet =
false;
98 bool m_accountIdHasBeenSet =
false;
AWS_CODEPIPELINE_API JobDetails(Aws::Utils::Json::JsonView jsonValue)
bool AccountIdHasBeenSet() const
bool IdHasBeenSet() const
void SetData(DataT &&value)
AWS_CODEPIPELINE_API JobDetails()=default
JobDetails & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
JobDetails & WithId(IdT &&value)
const Aws::String & GetId() const
JobDetails & WithData(DataT &&value)
const Aws::String & GetAccountId() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API JobDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const JobData & GetData() const
bool DataHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue