7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ElasticIpT = Aws::String>
44 void SetElasticIp(ElasticIpT&& value) { m_elasticIpHasBeenSet =
true; m_elasticIp = std::forward<ElasticIpT>(value); }
45 template<
typename ElasticIpT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
63 bool m_elasticIpHasBeenSet =
false;
66 bool m_nameHasBeenSet =
false;
void SetName(NameT &&value)
UpdateElasticIpRequest & WithName(NameT &&value)
const Aws::String & GetElasticIp() const
bool ElasticIpHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateElasticIpRequest & WithElasticIp(ElasticIpT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
void SetElasticIp(ElasticIpT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_OPSWORKS_API UpdateElasticIpRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String