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 {
30 AWS_CODEPIPELINE_API
Job() =
default;
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename DataT = JobData>
61 m_dataHasBeenSet =
true;
62 m_data = std::forward<DataT>(value);
64 template <
typename DataT = JobData>
66 SetData(std::forward<DataT>(value));
79 template <
typename NonceT = Aws::String>
81 m_nonceHasBeenSet =
true;
82 m_nonce = std::forward<NonceT>(value);
84 template <
typename NonceT = Aws::String>
86 SetNonce(std::forward<NonceT>(value));
97 template <
typename AccountIdT = Aws::String>
99 m_accountIdHasBeenSet =
true;
100 m_accountId = std::forward<AccountIdT>(value);
102 template <
typename AccountIdT = Aws::String>
116 bool m_idHasBeenSet =
false;
117 bool m_dataHasBeenSet =
false;
118 bool m_nonceHasBeenSet =
false;
119 bool m_accountIdHasBeenSet =
false;
AWS_CODEPIPELINE_API Job(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
Job & WithNonce(NonceT &&value)
Job & WithId(IdT &&value)
const Aws::String & GetAccountId() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNonce() const
bool NonceHasBeenSet() const
bool DataHasBeenSet() const
Job & WithData(DataT &&value)
Job & WithAccountId(AccountIdT &&value)
AWS_CODEPIPELINE_API Job & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetData(DataT &&value)
void SetAccountId(AccountIdT &&value)
AWS_CODEPIPELINE_API Job()=default
const Aws::String & GetId() const
bool AccountIdHasBeenSet() const
const JobData & GetData() const
void SetNonce(NonceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue