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