7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
59 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
90 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
102 inline void SetGitCloneDepth(
int value) { m_gitCloneDepthHasBeenSet =
true; m_gitCloneDepth = value; }
113 inline void SetInsecureSsl(
bool value) { m_insecureSslHasBeenSet =
true; m_insecureSsl = value; }
119 bool m_typeHasBeenSet =
false;
122 bool m_locationHasBeenSet =
false;
125 bool m_gitCloneDepthHasBeenSet =
false;
128 bool m_insecureSslHasBeenSet =
false;
AWS_SECURITYHUB_API AwsCodeBuildProjectSource()
AwsCodeBuildProjectSource & WithGitCloneDepth(int value)
AwsCodeBuildProjectSource & WithLocation(const char *value)
bool InsecureSslHasBeenSet() const
bool LocationHasBeenSet() const
AWS_SECURITYHUB_API AwsCodeBuildProjectSource(Aws::Utils::Json::JsonView jsonValue)
bool GitCloneDepthHasBeenSet() const
int GetGitCloneDepth() const
bool GetInsecureSsl() const
void SetType(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(const Aws::String &value)
void SetType(const Aws::String &value)
AWS_SECURITYHUB_API AwsCodeBuildProjectSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(Aws::String &&value)
void SetLocation(Aws::String &&value)
AwsCodeBuildProjectSource & WithLocation(Aws::String &&value)
AwsCodeBuildProjectSource & WithType(Aws::String &&value)
AwsCodeBuildProjectSource & WithType(const char *value)
const Aws::String & GetType() const
AwsCodeBuildProjectSource & WithLocation(const Aws::String &value)
AwsCodeBuildProjectSource & WithType(const Aws::String &value)
void SetGitCloneDepth(int value)
void SetLocation(const char *value)
AwsCodeBuildProjectSource & WithInsecureSsl(bool value)
bool TypeHasBeenSet() const
const Aws::String & GetLocation() const
void SetInsecureSsl(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue