7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/JobData.h>
35 AWS_CODEPIPELINE_API
Job() =
default;
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename DataT = JobData>
60 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
61 template<
typename DataT = JobData>
73 template<
typename NonceT = Aws::String>
74 void SetNonce(NonceT&& value) { m_nonceHasBeenSet =
true; m_nonce = std::forward<NonceT>(value); }
75 template<
typename NonceT = Aws::String>
85 template<
typename AccountIdT = Aws::String>
86 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
87 template<
typename AccountIdT = Aws::String>
93 bool m_idHasBeenSet =
false;
96 bool m_dataHasBeenSet =
false;
99 bool m_nonceHasBeenSet =
false;
102 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