AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
OutputSampleFileSource.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/S3Location.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace B2BI {
20namespace Model {
21
29 public:
30 AWS_B2BI_API OutputSampleFileSource() = default;
34
36
37 inline const S3Location& GetFileLocation() const { return m_fileLocation; }
38 inline bool FileLocationHasBeenSet() const { return m_fileLocationHasBeenSet; }
39 template <typename FileLocationT = S3Location>
40 void SetFileLocation(FileLocationT&& value) {
41 m_fileLocationHasBeenSet = true;
42 m_fileLocation = std::forward<FileLocationT>(value);
43 }
44 template <typename FileLocationT = S3Location>
45 OutputSampleFileSource& WithFileLocation(FileLocationT&& value) {
46 SetFileLocation(std::forward<FileLocationT>(value));
47 return *this;
48 }
50 private:
51 S3Location m_fileLocation;
52 bool m_fileLocationHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace B2BI
57} // namespace Aws
AWS_B2BI_API OutputSampleFileSource()=default
AWS_B2BI_API OutputSampleFileSource(Aws::Utils::Json::JsonView jsonValue)
OutputSampleFileSource & WithFileLocation(FileLocationT &&value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_B2BI_API OutputSampleFileSource & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue