7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/S3Location.h>
45 template<
typename FileLocationT = S3Location>
46 void SetFileLocation(FileLocationT&& value) { m_fileLocationHasBeenSet =
true; m_fileLocation = std::forward<FileLocationT>(value); }
47 template<
typename FileLocationT = S3Location>
53 bool m_fileLocationHasBeenSet =
false;
AWS_B2BI_API OutputSampleFileSource()=default
bool FileLocationHasBeenSet() const
AWS_B2BI_API OutputSampleFileSource(Aws::Utils::Json::JsonView jsonValue)
const S3Location & GetFileLocation() const
OutputSampleFileSource & WithFileLocation(FileLocationT &&value)
void SetFileLocation(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