7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticLoadBalancingv2
34 AWS_ELASTICLOADBALANCINGV2_API
Cipher() =
default;
38 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
66 bool m_nameHasBeenSet =
false;
69 bool m_priorityHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetPriority(int value)
AWS_ELASTICLOADBALANCINGV2_API Cipher & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PriorityHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API Cipher(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API Cipher()=default
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetName() const
void SetName(NameT &&value)
Cipher & WithName(NameT &&value)
Cipher & WithPriority(int value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream