7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ClientIdT = Aws::String>
51 void SetClientId(ClientIdT&& value) { m_clientIdHasBeenSet =
true; m_clientId = std::forward<ClientIdT>(value); }
52 template<
typename ClientIdT = Aws::String>
62 template<
typename JobIdT = Aws::String>
63 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
64 template<
typename JobIdT = Aws::String>
70 bool m_clientIdHasBeenSet =
false;
73 bool m_jobIdHasBeenSet =
false;
bool ClientIdHasBeenSet() const
AWS_CODEPIPELINE_API ThirdPartyJob(Aws::Utils::Json::JsonView jsonValue)
void SetClientId(ClientIdT &&value)
const Aws::String & GetClientId() const
void SetJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJobId() const
ThirdPartyJob & WithJobId(JobIdT &&value)
AWS_CODEPIPELINE_API ThirdPartyJob & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API ThirdPartyJob()=default
ThirdPartyJob & WithClientId(ClientIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue