7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/EC2_EXPORTS.h>
46 template <
typename WatermarkKeyT = Aws::String>
48 m_watermarkKeyHasBeenSet =
true;
49 m_watermarkKey = std::forward<WatermarkKeyT>(value);
51 template <
typename WatermarkKeyT = Aws::String>
64 template <
typename SourceImageRegionT = Aws::String>
66 m_sourceImageRegionHasBeenSet =
true;
67 m_sourceImageRegion = std::forward<SourceImageRegionT>(value);
69 template <
typename SourceImageRegionT = Aws::String>
82 template <
typename SourceImageIdT = Aws::String>
84 m_sourceImageIdHasBeenSet =
true;
85 m_sourceImageId = std::forward<SourceImageIdT>(value);
87 template <
typename SourceImageIdT = Aws::String>
101 template <
typename SourceImageCreationTimeT = Aws::Utils::DateTime>
103 m_sourceImageCreationTimeHasBeenSet =
true;
104 m_sourceImageCreationTime = std::forward<SourceImageCreationTimeT>(value);
106 template <
typename SourceImageCreationTimeT = Aws::Utils::DateTime>
121 template <
typename WatermarkCreationTimeT = Aws::Utils::DateTime>
123 m_watermarkCreationTimeHasBeenSet =
true;
124 m_watermarkCreationTime = std::forward<WatermarkCreationTimeT>(value);
126 template <
typename WatermarkCreationTimeT = Aws::Utils::DateTime>
142 bool m_watermarkKeyHasBeenSet =
false;
143 bool m_sourceImageRegionHasBeenSet =
false;
144 bool m_sourceImageIdHasBeenSet =
false;
145 bool m_sourceImageCreationTimeHasBeenSet =
false;
146 bool m_watermarkCreationTimeHasBeenSet =
false;
ImageWatermark & WithWatermarkCreationTime(WatermarkCreationTimeT &&value)
const Aws::String & GetSourceImageId() const
ImageWatermark & WithSourceImageRegion(SourceImageRegionT &&value)
ImageWatermark & WithWatermarkKey(WatermarkKeyT &&value)
bool SourceImageIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetWatermarkCreationTime(WatermarkCreationTimeT &&value)
bool SourceImageCreationTimeHasBeenSet() const
bool WatermarkKeyHasBeenSet() const
ImageWatermark & WithSourceImageCreationTime(SourceImageCreationTimeT &&value)
AWS_EC2_API ImageWatermark()=default
const Aws::String & GetSourceImageRegion() const
void SetSourceImageId(SourceImageIdT &&value)
const Aws::Utils::DateTime & GetWatermarkCreationTime() const
const Aws::String & GetWatermarkKey() const
bool WatermarkCreationTimeHasBeenSet() const
void SetSourceImageCreationTime(SourceImageCreationTimeT &&value)
bool SourceImageRegionHasBeenSet() const
const Aws::Utils::DateTime & GetSourceImageCreationTime() const
AWS_EC2_API ImageWatermark & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetWatermarkKey(WatermarkKeyT &&value)
ImageWatermark & WithSourceImageId(SourceImageIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetSourceImageRegion(SourceImageRegionT &&value)
AWS_EC2_API ImageWatermark(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream