7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/EksPodProperties.h>
47 template<
typename PodPropertiesT = EksPodProperties>
48 void SetPodProperties(PodPropertiesT&& value) { m_podPropertiesHasBeenSet =
true; m_podProperties = std::forward<PodPropertiesT>(value); }
49 template<
typename PodPropertiesT = EksPodProperties>
55 bool m_podPropertiesHasBeenSet =
false;
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPodProperties(PodPropertiesT &&value)
AWS_BATCH_API EksProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EksProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EksProperties()=default
bool PodPropertiesHasBeenSet() const
EksProperties & WithPodProperties(PodPropertiesT &&value)
const EksPodProperties & GetPodProperties() const
Aws::Utils::Json::JsonValue JsonValue