7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/ProxyConfigurationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ecs/model/KeyValuePair.h>
67 template<
typename ContainerNameT = Aws::String>
68 void SetContainerName(ContainerNameT&& value) { m_containerNameHasBeenSet =
true; m_containerName = std::forward<ContainerNameT>(value); }
69 template<
typename ContainerNameT = Aws::String>
100 template<
typename PropertiesT = Aws::Vector<KeyValuePair>>
101 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
102 template<
typename PropertiesT = Aws::Vector<KeyValuePair>>
104 template<
typename PropertiesT = KeyValuePair>
110 bool m_typeHasBeenSet =
false;
113 bool m_containerNameHasBeenSet =
false;
116 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