7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/Architecture.h>
35 AWS_ROBOMAKER_API
Source() =
default;
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>
72 template<
typename EtagT = Aws::String>
73 void SetEtag(EtagT&& value) { m_etagHasBeenSet =
true; m_etag = std::forward<EtagT>(value); }
74 template<
typename EtagT = Aws::String>
90 bool m_s3BucketHasBeenSet =
false;
93 bool m_s3KeyHasBeenSet =
false;
96 bool m_etagHasBeenSet =
false;
99 bool m_architectureHasBeenSet =
false;
void SetS3Bucket(S3BucketT &&value)
void SetArchitecture(Architecture value)
Source & WithS3Key(S3KeyT &&value)
Source & WithEtag(EtagT &&value)
void SetEtag(EtagT &&value)
bool S3KeyHasBeenSet() const
const Aws::String & GetS3Bucket() const
const Aws::String & GetEtag() const
Source & WithS3Bucket(S3BucketT &&value)
void SetS3Key(S3KeyT &&value)
AWS_ROBOMAKER_API Source(Aws::Utils::Json::JsonView jsonValue)
bool ArchitectureHasBeenSet() const
Architecture GetArchitecture() const
bool EtagHasBeenSet() const
const Aws::String & GetS3Key() const
bool S3BucketHasBeenSet() const
AWS_ROBOMAKER_API Source & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Source & WithArchitecture(Architecture value)
AWS_ROBOMAKER_API Source()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue