7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/gamelift/model/ContainerPortConfiguration.h>
11#include <aws/gamelift/model/ContainerDependency.h>
12#include <aws/gamelift/model/ContainerMountPoint.h>
13#include <aws/gamelift/model/ContainerEnvironment.h>
63 template<
typename ContainerNameT = Aws::String>
64 void SetContainerName(ContainerNameT&& value) { m_containerNameHasBeenSet =
true; m_containerName = std::forward<ContainerNameT>(value); }
65 template<
typename ContainerNameT = Aws::String>
83 template<
typename DependsOnT = Aws::Vector<ContainerDependency>>
84 void SetDependsOn(DependsOnT&& value) { m_dependsOnHasBeenSet =
true; m_dependsOn = std::forward<DependsOnT>(value); }
85 template<
typename DependsOnT = Aws::Vector<ContainerDependency>>
87 template<
typename DependsOnT = ContainerDependency>
98 template<
typename MountPo
intsT = Aws::Vector<ContainerMountPo
int>>
99 void SetMountPoints(MountPointsT&& value) { m_mountPointsHasBeenSet =
true; m_mountPoints = std::forward<MountPointsT>(value); }
100 template<
typename MountPo
intsT = Aws::Vector<ContainerMountPo
int>>
102 template<
typename MountPo
intsT = ContainerMountPo
int>
115 template<
typename EnvironmentOverr
ideT = Aws::Vector<ContainerEnvironment>>
116 void SetEnvironmentOverride(EnvironmentOverrideT&& value) { m_environmentOverrideHasBeenSet =
true; m_environmentOverride = std::forward<EnvironmentOverrideT>(value); }
117 template<
typename EnvironmentOverr
ideT = Aws::Vector<ContainerEnvironment>>
119 template<
typename EnvironmentOverr
ideT = ContainerEnvironment>
141 template<
typename ImageUriT = Aws::String>
142 void SetImageUri(ImageUriT&& value) { m_imageUriHasBeenSet =
true; m_imageUri = std::forward<ImageUriT>(value); }
143 template<
typename ImageUriT = Aws::String>
162 template<
typename PortConfigurationT = ContainerPortConfiguration>
163 void SetPortConfiguration(PortConfigurationT&& value) { m_portConfigurationHasBeenSet =
true; m_portConfiguration = std::forward<PortConfigurationT>(value); }
164 template<
typename PortConfigurationT = ContainerPortConfiguration>
176 template<
typename ServerSdkVersionT = Aws::String>
177 void SetServerSdkVersion(ServerSdkVersionT&& value) { m_serverSdkVersionHasBeenSet =
true; m_serverSdkVersion = std::forward<ServerSdkVersionT>(value); }
178 template<
typename ServerSdkVersionT = Aws::String>
184 bool m_containerNameHasBeenSet =
false;
187 bool m_dependsOnHasBeenSet =
false;
190 bool m_mountPointsHasBeenSet =
false;
193 bool m_environmentOverrideHasBeenSet =
false;
196 bool m_imageUriHasBeenSet =
false;
199 bool m_portConfigurationHasBeenSet =
false;
202 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