7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/S3Location.h>
46 inline void SetFileId(
int value) { m_fileIdHasBeenSet =
true; m_fileId = value; }
56 template<
typename S3LocationT = S3Location>
57 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
58 template<
typename S3LocationT = S3Location>
64 bool m_fileIdHasBeenSet =
false;
66 S3Location m_s3Location;
67 bool m_s3LocationHasBeenSet =
false;
bool FileIdHasBeenSet() const
bool S3LocationHasBeenSet() const
void SetFileId(int value)
StreamFile & WithFileId(int value)
AWS_IOT_API StreamFile(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API StreamFile & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3Location & GetS3Location() const
void SetS3Location(S3LocationT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
StreamFile & WithS3Location(S3LocationT &&value)
AWS_IOT_API StreamFile()=default
Aws::Utils::Json::JsonValue JsonValue