7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ReleaseVersionT = Aws::String>
49 template<
typename ReleaseVersionT = Aws::String>
59 template<
typename TimestampT = Aws::Utils::DateTime>
60 void SetTimestamp(
TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
61 template<
typename TimestampT = Aws::Utils::DateTime>
67 bool m_releaseVersionHasBeenSet =
false;
70 bool m_timestampHasBeenSet =
false;
AWS_WAFV2_API ReleaseSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ReleaseSummary & WithTimestamp(TimestampT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
bool ReleaseVersionHasBeenSet() const
void SetReleaseVersion(ReleaseVersionT &&value)
const Aws::String & GetReleaseVersion() const
AWS_WAFV2_API ReleaseSummary()=default
AWS_WAFV2_API ReleaseSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
ReleaseSummary & WithReleaseVersion(ReleaseVersionT &&value)
bool TimestampHasBeenSet() const
void SetTimestamp(TimestampT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue