7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/Stream.h>
9#include <aws/iot/model/S3Location.h>
47 inline void SetStream(
const Stream& value) { m_streamHasBeenSet =
true; m_stream = value; }
48 inline void SetStream(
Stream&& value) { m_streamHasBeenSet =
true; m_stream = std::move(value); }
67 bool m_streamHasBeenSet =
false;
70 bool m_s3LocationHasBeenSet =
false;
FileLocation & WithStream(Stream &&value)
void SetStream(const Stream &value)
AWS_IOT_API FileLocation(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(const S3Location &value)
bool StreamHasBeenSet() const
AWS_IOT_API FileLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
FileLocation & WithStream(const Stream &value)
bool S3LocationHasBeenSet() const
void SetStream(Stream &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
FileLocation & WithS3Location(const S3Location &value)
AWS_IOT_API FileLocation()
FileLocation & WithS3Location(S3Location &&value)
void SetS3Location(S3Location &&value)
const Stream & GetStream() const
const S3Location & GetS3Location() const
Aws::Utils::Json::JsonValue JsonValue