7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename StatusT = Aws::String>
50 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
51 template<
typename StatusT = Aws::String>
61 template<
typename EC2SecurityGroupNameT = Aws::String>
62 void SetEC2SecurityGroupName(EC2SecurityGroupNameT&& value) { m_eC2SecurityGroupNameHasBeenSet =
true; m_eC2SecurityGroupName = std::forward<EC2SecurityGroupNameT>(value); }
63 template<
typename EC2SecurityGroupNameT = Aws::String>
73 template<
typename EC2SecurityGroupOwnerIdT = Aws::String>
74 void SetEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT&& value) { m_eC2SecurityGroupOwnerIdHasBeenSet =
true; m_eC2SecurityGroupOwnerId = std::forward<EC2SecurityGroupOwnerIdT>(value); }
75 template<
typename EC2SecurityGroupOwnerIdT = Aws::String>
81 bool m_statusHasBeenSet =
false;
84 bool m_eC2SecurityGroupNameHasBeenSet =
false;
87 bool m_eC2SecurityGroupOwnerIdHasBeenSet =
false;
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool EC2SecurityGroupOwnerIdHasBeenSet() const
void SetStatus(StatusT &&value)
const Aws::String & GetEC2SecurityGroupName() const
bool EC2SecurityGroupNameHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetEC2SecurityGroupName(EC2SecurityGroupNameT &&value)
AWS_ELASTICACHE_API EC2SecurityGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API EC2SecurityGroup()=default
EC2SecurityGroup & WithEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT &&value)
EC2SecurityGroup & WithEC2SecurityGroupName(EC2SecurityGroupNameT &&value)
const Aws::String & GetEC2SecurityGroupOwnerId() const
const Aws::String & GetStatus() const
bool StatusHasBeenSet() const
AWS_ELASTICACHE_API EC2SecurityGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT &&value)
EC2SecurityGroup & WithStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream