7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
51 template <
typename TypeT = Aws::String>
53 m_typeHasBeenSet =
true;
54 m_type = std::forward<TypeT>(value);
56 template <
typename TypeT = Aws::String>
58 SetType(std::forward<TypeT>(value));
86 template <
typename LocationT = Aws::String>
88 m_locationHasBeenSet =
true;
89 m_location = std::forward<LocationT>(value);
91 template <
typename LocationT = Aws::String>
105 m_gitCloneDepthHasBeenSet =
true;
106 m_gitCloneDepth = value;
122 m_insecureSslHasBeenSet =
true;
123 m_insecureSsl = value;
135 int m_gitCloneDepth{0};
137 bool m_insecureSsl{
false};
138 bool m_typeHasBeenSet =
false;
139 bool m_locationHasBeenSet =
false;
140 bool m_gitCloneDepthHasBeenSet =
false;
141 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