7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetClientId(
const char* value) { m_clientIdHasBeenSet =
true; m_clientId.assign(value); }
66 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
74 bool m_clientIdHasBeenSet =
false;
77 bool m_jobIdHasBeenSet =
false;
void SetJobId(const Aws::String &value)
void SetJobId(const char *value)
ThirdPartyJob & WithJobId(Aws::String &&value)
AWS_CODEPIPELINE_API ThirdPartyJob()
bool ClientIdHasBeenSet() const
AWS_CODEPIPELINE_API ThirdPartyJob(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientId() const
ThirdPartyJob & WithJobId(const char *value)
void SetClientId(Aws::String &&value)
ThirdPartyJob & WithClientId(const Aws::String &value)
bool JobIdHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJobId() const
void SetClientId(const Aws::String &value)
void SetClientId(const char *value)
void SetJobId(Aws::String &&value)
ThirdPartyJob & WithJobId(const Aws::String &value)
ThirdPartyJob & WithClientId(const char *value)
ThirdPartyJob & WithClientId(Aws::String &&value)
AWS_CODEPIPELINE_API ThirdPartyJob & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue