7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/ContainerDependency.h>
11#include <aws/gamelift/model/ContainerEnvironment.h>
12#include <aws/gamelift/model/ContainerMountPoint.h>
13#include <aws/gamelift/model/ContainerPortConfiguration.h>
57 template <
typename ContainerNameT = Aws::String>
59 m_containerNameHasBeenSet =
true;
60 m_containerName = std::forward<ContainerNameT>(value);
62 template <
typename ContainerNameT = Aws::String>
83 template <
typename DependsOnT = Aws::Vector<ContainerDependency>>
85 m_dependsOnHasBeenSet =
true;
86 m_dependsOn = std::forward<DependsOnT>(value);
88 template <
typename DependsOnT = Aws::Vector<ContainerDependency>>
93 template <
typename DependsOnT = ContainerDependency>
95 m_dependsOnHasBeenSet =
true;
96 m_dependsOn.emplace_back(std::forward<DependsOnT>(value));
108 template <
typename MountPo
intsT = Aws::Vector<ContainerMountPo
int>>
110 m_mountPointsHasBeenSet =
true;
111 m_mountPoints = std::forward<MountPointsT>(value);
113 template <
typename MountPo
intsT = Aws::Vector<ContainerMountPo
int>>
118 template <
typename MountPo
intsT = ContainerMountPo
int>
120 m_mountPointsHasBeenSet =
true;
121 m_mountPoints.emplace_back(std::forward<MountPointsT>(value));
135 template <
typename EnvironmentOverr
ideT = Aws::Vector<ContainerEnvironment>>
137 m_environmentOverrideHasBeenSet =
true;
138 m_environmentOverride = std::forward<EnvironmentOverrideT>(value);
140 template <
typename EnvironmentOverr
ideT = Aws::Vector<ContainerEnvironment>>
145 template <
typename EnvironmentOverr
ideT = ContainerEnvironment>
147 m_environmentOverrideHasBeenSet =
true;
148 m_environmentOverride.emplace_back(std::forward<EnvironmentOverrideT>(value));
171 template <
typename ImageUriT = Aws::String>
173 m_imageUriHasBeenSet =
true;
174 m_imageUri = std::forward<ImageUriT>(value);
176 template <
typename ImageUriT = Aws::String>
198 template <
typename PortConfigurationT = ContainerPortConfiguration>
200 m_portConfigurationHasBeenSet =
true;
201 m_portConfiguration = std::forward<PortConfigurationT>(value);
203 template <
typename PortConfigurationT = ContainerPortConfiguration>
218 template <
typename ServerSdkVersionT = Aws::String>
220 m_serverSdkVersionHasBeenSet =
true;
221 m_serverSdkVersion = std::forward<ServerSdkVersionT>(value);
223 template <
typename ServerSdkVersionT = Aws::String>
243 bool m_containerNameHasBeenSet =
false;
244 bool m_dependsOnHasBeenSet =
false;
245 bool m_mountPointsHasBeenSet =
false;
246 bool m_environmentOverrideHasBeenSet =
false;
247 bool m_imageUriHasBeenSet =
false;
248 bool m_portConfigurationHasBeenSet =
false;
249 bool m_serverSdkVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue