7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/KeyValuePair.h>
11#include <aws/ecs/model/ProxyConfigurationType.h>
52 m_typeHasBeenSet =
true;
67 template <
typename ContainerNameT = Aws::String>
69 m_containerNameHasBeenSet =
true;
70 m_containerName = std::forward<ContainerNameT>(value);
72 template <
typename ContainerNameT = Aws::String>
106 template <
typename PropertiesT = Aws::Vector<KeyValuePair>>
108 m_propertiesHasBeenSet =
true;
109 m_properties = std::forward<PropertiesT>(value);
111 template <
typename PropertiesT = Aws::Vector<KeyValuePair>>
116 template <
typename PropertiesT = KeyValuePair>
118 m_propertiesHasBeenSet =
true;
119 m_properties.emplace_back(std::forward<PropertiesT>(value));
129 bool m_typeHasBeenSet =
false;
130 bool m_containerNameHasBeenSet =
false;
131 bool m_propertiesHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetType(ProxyConfigurationType value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API ProxyConfiguration()=default
bool PropertiesHasBeenSet() const
ProxyConfiguration & WithProperties(PropertiesT &&value)
const Aws::Vector< KeyValuePair > & GetProperties() const
void SetContainerName(ContainerNameT &&value)
const Aws::String & GetContainerName() const
ProxyConfiguration & AddProperties(PropertiesT &&value)
ProxyConfiguration & WithType(ProxyConfigurationType value)
void SetProperties(PropertiesT &&value)
bool ContainerNameHasBeenSet() const
AWS_ECS_API ProxyConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProxyConfiguration & WithContainerName(ContainerNameT &&value)
ProxyConfigurationType GetType() const
AWS_ECS_API ProxyConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue