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 StackIdT = Aws::String>
56 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
57 template<
typename StackIdT = Aws::String>
63 bool m_elasticIpHasBeenSet =
false;
66 bool m_stackIdHasBeenSet =
false;
AWS_OPSWORKS_API Aws::String SerializePayload() const override
AWS_OPSWORKS_API RegisterElasticIpRequest()=default
const Aws::String & GetStackId() const
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
RegisterElasticIpRequest & WithStackId(StackIdT &&value)
void SetStackId(StackIdT &&value)
RegisterElasticIpRequest & WithElasticIp(ElasticIpT &&value)
bool StackIdHasBeenSet() const
void SetElasticIp(ElasticIpT &&value)
const Aws::String & GetElasticIp() const
bool ElasticIpHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String