7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename ClaimNameT = Aws::String>
56 void SetClaimName(ClaimNameT&& value) { m_claimNameHasBeenSet =
true; m_claimName = std::forward<ClaimNameT>(value); }
57 template<
typename ClaimNameT = Aws::String>
70 inline void SetReadOnly(
bool value) { m_readOnlyHasBeenSet =
true; m_readOnly = value; }
76 bool m_claimNameHasBeenSet =
false;
78 bool m_readOnly{
false};
79 bool m_readOnlyHasBeenSet =
false;
bool ClaimNameHasBeenSet() const
bool ReadOnlyHasBeenSet() const
EksPersistentVolumeClaim & WithClaimName(ClaimNameT &&value)
void SetReadOnly(bool value)
void SetClaimName(ClaimNameT &&value)
const Aws::String & GetClaimName() const
AWS_BATCH_API EksPersistentVolumeClaim & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
EksPersistentVolumeClaim & WithReadOnly(bool value)
AWS_BATCH_API EksPersistentVolumeClaim()=default
AWS_BATCH_API EksPersistentVolumeClaim(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue