7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename TypeT = Aws::String>
58 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
59 template<
typename TypeT = Aws::String>
86 template<
typename LocationT = Aws::String>
87 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
88 template<
typename LocationT = Aws::String>
98 inline void SetGitCloneDepth(
int value) { m_gitCloneDepthHasBeenSet =
true; m_gitCloneDepth = value; }
109 inline void SetInsecureSsl(
bool value) { m_insecureSslHasBeenSet =
true; m_insecureSsl = value; }
115 bool m_typeHasBeenSet =
false;
118 bool m_locationHasBeenSet =
false;
120 int m_gitCloneDepth{0};
121 bool m_gitCloneDepthHasBeenSet =
false;
123 bool m_insecureSsl{
false};
124 bool m_insecureSslHasBeenSet =
false;
AWS_SECURITYHUB_API AwsCodeBuildProjectSource()=default
AwsCodeBuildProjectSource & WithGitCloneDepth(int value)
bool InsecureSslHasBeenSet() const
bool LocationHasBeenSet() const
AWS_SECURITYHUB_API AwsCodeBuildProjectSource(Aws::Utils::Json::JsonView jsonValue)
bool GitCloneDepthHasBeenSet() const
int GetGitCloneDepth() const
void SetType(TypeT &&value)
bool GetInsecureSsl() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(LocationT &&value)
AWS_SECURITYHUB_API AwsCodeBuildProjectSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsCodeBuildProjectSource & WithType(TypeT &&value)
const Aws::String & GetType() const
void SetGitCloneDepth(int value)
AwsCodeBuildProjectSource & WithInsecureSsl(bool value)
bool TypeHasBeenSet() const
const Aws::String & GetLocation() const
void SetInsecureSsl(bool value)
AwsCodeBuildProjectSource & WithLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue