7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/Architecture.h>
49 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
63 inline void SetS3Key(
const char* value) { m_s3KeyHasBeenSet =
true; m_s3Key.assign(value); }
83 bool m_s3BucketHasBeenSet =
false;
86 bool m_s3KeyHasBeenSet =
false;
89 bool m_architectureHasBeenSet =
false;
SourceConfig & WithS3Bucket(const Aws::String &value)
bool S3KeyHasBeenSet() const
void SetArchitecture(const Architecture &value)
void SetS3Bucket(const char *value)
void SetS3Key(const char *value)
void SetS3Key(const Aws::String &value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SourceConfig & WithS3Key(const Aws::String &value)
void SetS3Bucket(Aws::String &&value)
SourceConfig & WithArchitecture(const Architecture &value)
AWS_ROBOMAKER_API SourceConfig()
SourceConfig & WithS3Bucket(Aws::String &&value)
SourceConfig & WithS3Key(const char *value)
bool S3BucketHasBeenSet() const
void SetS3Key(Aws::String &&value)
void SetArchitecture(Architecture &&value)
bool ArchitectureHasBeenSet() const
void SetS3Bucket(const Aws::String &value)
const Aws::String & GetS3Key() const
SourceConfig & WithS3Bucket(const char *value)
SourceConfig & WithArchitecture(Architecture &&value)
SourceConfig & WithS3Key(Aws::String &&value)
const Aws::String & GetS3Bucket() const
AWS_ROBOMAKER_API SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Architecture & GetArchitecture() const
AWS_ROBOMAKER_API SourceConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue