7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/Container.h>
11#include <aws/lightsail/model/EndpointRequest.h>
47 template <
typename ContainersT = Aws::Map<Aws::String, Container>>
49 m_containersHasBeenSet =
true;
50 m_containers = std::forward<ContainersT>(value);
52 template <
typename ContainersT = Aws::Map<Aws::String, Container>>
57 template <
typename ContainersKeyT = Aws::String,
typename ContainersValueT = Container>
59 m_containersHasBeenSet =
true;
60 m_containers.emplace(std::forward<ContainersKeyT>(key), std::forward<ContainersValueT>(value));
71 template <
typename PublicEndpo
intT = Endpo
intRequest>
73 m_publicEndpointHasBeenSet =
true;
74 m_publicEndpoint = std::forward<PublicEndpointT>(value);
76 template <
typename PublicEndpo
intT = Endpo
intRequest>
86 bool m_containersHasBeenSet =
false;
87 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