7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/WAFV2Request.h>
9#include <aws/wafv2/model/Platform.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename ReleaseVersionT = Aws::String>
56 void SetReleaseVersion(ReleaseVersionT&& value) { m_releaseVersionHasBeenSet =
true; m_releaseVersion = std::forward<ReleaseVersionT>(value); }
57 template<
typename ReleaseVersionT = Aws::String>
63 bool m_platformHasBeenSet =
false;
66 bool m_releaseVersionHasBeenSet =
false;
AWS_WAFV2_API Aws::String SerializePayload() const override
GetMobileSdkReleaseRequest & WithPlatform(Platform value)
Platform GetPlatform() const
virtual const char * GetServiceRequestName() const override
GetMobileSdkReleaseRequest & WithReleaseVersion(ReleaseVersionT &&value)
AWS_WAFV2_API GetMobileSdkReleaseRequest()=default
AWS_WAFV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetReleaseVersion() const
bool ReleaseVersionHasBeenSet() const
bool PlatformHasBeenSet() const
void SetPlatform(Platform value)
void SetReleaseVersion(ReleaseVersionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String