7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/lightsail/model/EndpointRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/lightsail/model/Container.h>
53 template<
typename ContainersT = Aws::Map<Aws::String, Container>>
54 void SetContainers(ContainersT&& value) { m_containersHasBeenSet =
true; m_containers = std::forward<ContainersT>(value); }
55 template<
typename ContainersT = Aws::Map<Aws::String, Container>>
57 template<
typename ContainersKeyT = Aws::String,
typename ContainersValueT = Container>
59 m_containersHasBeenSet =
true; m_containers.emplace(std::forward<ContainersKeyT>(key), std::forward<ContainersValueT>(value));
return *
this;
69 template<
typename PublicEndpo
intT = Endpo
intRequest>
70 void SetPublicEndpoint(PublicEndpointT&& value) { m_publicEndpointHasBeenSet =
true; m_publicEndpoint = std::forward<PublicEndpointT>(value); }
71 template<
typename PublicEndpo
intT = Endpo
intRequest>
77 bool m_containersHasBeenSet =
false;
80 bool m_publicEndpointHasBeenSet =
false;
bool ContainersHasBeenSet() const
AWS_LIGHTSAIL_API ContainerServiceDeploymentRequest()=default
ContainerServiceDeploymentRequest & AddContainers(ContainersKeyT &&key, ContainersValueT &&value)
const Aws::Map< Aws::String, Container > & GetContainers() const
const EndpointRequest & GetPublicEndpoint() const
ContainerServiceDeploymentRequest & WithContainers(ContainersT &&value)
AWS_LIGHTSAIL_API ContainerServiceDeploymentRequest(Aws::Utils::Json::JsonView jsonValue)
void SetContainers(ContainersT &&value)
bool PublicEndpointHasBeenSet() const
void SetPublicEndpoint(PublicEndpointT &&value)
ContainerServiceDeploymentRequest & WithPublicEndpoint(PublicEndpointT &&value)
AWS_LIGHTSAIL_API ContainerServiceDeploymentRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue