7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/S3Location.h>
9#include <aws/iot/model/Stream.h>
41 template <
typename StreamT = Stream>
43 m_streamHasBeenSet =
true;
44 m_stream = std::forward<StreamT>(value);
46 template <
typename StreamT = Stream>
59 template <
typename S3LocationT = S3Location>
61 m_s3LocationHasBeenSet =
true;
62 m_s3Location = std::forward<S3LocationT>(value);
64 template <
typename S3LocationT = S3Location>
74 bool m_streamHasBeenSet =
false;
75 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