105 inline void SetContainerName(
const char* value) { m_containerNameHasBeenSet =
true; m_containerName.assign(value); }
334 bool m_typeHasBeenSet =
false;
337 bool m_containerNameHasBeenSet =
false;
340 bool m_propertiesHasBeenSet =
false;
bool TypeHasBeenSet() const
ProxyConfiguration & WithType(ProxyConfigurationType &&value)
ProxyConfiguration & WithContainerName(const char *value)
ProxyConfiguration & WithContainerName(Aws::String &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(ProxyConfigurationType &&value)
void SetContainerName(const Aws::String &value)
const ProxyConfigurationType & GetType() const
bool PropertiesHasBeenSet() const
const Aws::Vector< KeyValuePair > & GetProperties() const
ProxyConfiguration & WithType(const ProxyConfigurationType &value)
ProxyConfiguration & AddProperties(KeyValuePair &&value)
ProxyConfiguration & WithProperties(const Aws::Vector< KeyValuePair > &value)
const Aws::String & GetContainerName() const
void SetType(const ProxyConfigurationType &value)
ProxyConfiguration & WithContainerName(const Aws::String &value)
void SetContainerName(const char *value)
void SetProperties(Aws::Vector< KeyValuePair > &&value)
void SetProperties(const Aws::Vector< KeyValuePair > &value)
bool ContainerNameHasBeenSet() const
AWS_ECS_API ProxyConfiguration()
AWS_ECS_API ProxyConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetContainerName(Aws::String &&value)
ProxyConfiguration & WithProperties(Aws::Vector< KeyValuePair > &&value)
AWS_ECS_API ProxyConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProxyConfiguration & AddProperties(const KeyValuePair &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector