7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ThirdPartyJobData.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));
60 template <
typename DataT = ThirdPartyJobData>
62 m_dataHasBeenSet =
true;
63 m_data = std::forward<DataT>(value);
65 template <
typename DataT = ThirdPartyJobData>
67 SetData(std::forward<DataT>(value));
80 template <
typename NonceT = Aws::String>
82 m_nonceHasBeenSet =
true;
83 m_nonce = std::forward<NonceT>(value);
85 template <
typename NonceT = Aws::String>
87 SetNonce(std::forward<NonceT>(value));
97 bool m_idHasBeenSet =
false;
98 bool m_dataHasBeenSet =
false;
99 bool m_nonceHasBeenSet =
false;
bool NonceHasBeenSet() const
ThirdPartyJobDetails & WithNonce(NonceT &&value)
ThirdPartyJobDetails & WithId(IdT &&value)
void SetNonce(NonceT &&value)
AWS_CODEPIPELINE_API ThirdPartyJobDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API ThirdPartyJobDetails()=default
bool DataHasBeenSet() const
bool IdHasBeenSet() const
const ThirdPartyJobData & GetData() const
void SetData(DataT &&value)
const Aws::String & GetId() const
ThirdPartyJobDetails & WithData(DataT &&value)
AWS_CODEPIPELINE_API ThirdPartyJobDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNonce() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue