7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
58 bool m_kmsKeyIdHasBeenSet =
false;
DeploymentEphemeralStorage & WithKmsKeyId(const Aws::String &value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyId(Aws::String &&value)
bool KmsKeyIdHasBeenSet() const
DeploymentEphemeralStorage & WithKmsKeyId(Aws::String &&value)
AWS_ECS_API DeploymentEphemeralStorage(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(const Aws::String &value)
const Aws::String & GetKmsKeyId() const
AWS_ECS_API DeploymentEphemeralStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
DeploymentEphemeralStorage & WithKmsKeyId(const char *value)
void SetKmsKeyId(const char *value)
AWS_ECS_API DeploymentEphemeralStorage()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue