7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/Architecture.h>
47 template<
typename S3BucketT = Aws::String>
48 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
49 template<
typename S3BucketT = Aws::String>
59 template<
typename S3KeyT = Aws::String>
60 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
61 template<
typename S3KeyT = Aws::String>
77 bool m_s3BucketHasBeenSet =
false;
80 bool m_s3KeyHasBeenSet =
false;
83 bool m_architectureHasBeenSet =
false;
bool S3KeyHasBeenSet() const
void SetS3Key(S3KeyT &&value)
SourceConfig & WithS3Bucket(S3BucketT &&value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArchitecture(Architecture value)
bool S3BucketHasBeenSet() const
bool ArchitectureHasBeenSet() const
AWS_ROBOMAKER_API SourceConfig()=default
Architecture GetArchitecture() const
const Aws::String & GetS3Key() const
void SetS3Bucket(S3BucketT &&value)
SourceConfig & WithS3Key(S3KeyT &&value)
const Aws::String & GetS3Bucket() const
AWS_ROBOMAKER_API SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceConfig & WithArchitecture(Architecture value)
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