7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ElasticIpT = Aws::String>
48 void SetElasticIp(ElasticIpT&& value) { m_elasticIpHasBeenSet =
true; m_elasticIp = std::forward<ElasticIpT>(value); }
49 template<
typename ElasticIpT = Aws::String>
59 template<
typename StatusT = Aws::String>
60 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
61 template<
typename StatusT = Aws::String>
67 bool m_elasticIpHasBeenSet =
false;
70 bool m_statusHasBeenSet =
false;
bool StatusHasBeenSet() const
AwsRedshiftClusterElasticIpStatus & WithElasticIp(ElasticIpT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterElasticIpStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterElasticIpStatus & WithStatus(StatusT &&value)
const Aws::String & GetElasticIp() const
bool ElasticIpHasBeenSet() const
AWS_SECURITYHUB_API AwsRedshiftClusterElasticIpStatus()=default
void SetElasticIp(ElasticIpT &&value)
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterElasticIpStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue