7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
19namespace ElastiCache {
43 template <
typename StatusT = Aws::String>
45 m_statusHasBeenSet =
true;
46 m_status = std::forward<StatusT>(value);
48 template <
typename StatusT = Aws::String>
61 template <
typename EC2SecurityGroupNameT = Aws::String>
63 m_eC2SecurityGroupNameHasBeenSet =
true;
64 m_eC2SecurityGroupName = std::forward<EC2SecurityGroupNameT>(value);
66 template <
typename EC2SecurityGroupNameT = Aws::String>
79 template <
typename EC2SecurityGroupOwnerIdT = Aws::String>
81 m_eC2SecurityGroupOwnerIdHasBeenSet =
true;
82 m_eC2SecurityGroupOwnerId = std::forward<EC2SecurityGroupOwnerIdT>(value);
84 template <
typename EC2SecurityGroupOwnerIdT = Aws::String>
96 bool m_statusHasBeenSet =
false;
97 bool m_eC2SecurityGroupNameHasBeenSet =
false;
98 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