7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/StaticIp.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename StaticIpT = StaticIp>
38 m_staticIpHasBeenSet =
true;
39 m_staticIp = std::forward<StaticIpT>(value);
41 template <
typename StaticIpT = StaticIp>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_staticIpHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetStaticIp(StaticIpT &&value)
AWS_LIGHTSAIL_API GetStaticIpResult()=default
AWS_LIGHTSAIL_API GetStaticIpResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API GetStaticIpResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetStaticIpResult & WithStaticIp(StaticIpT &&value)
const StaticIp & GetStaticIp() const
const Aws::String & GetRequestId() const
GetStaticIpResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue