AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CustomPosixUserConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SAGEMAKER_API CustomPosixUserConfig();
36 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline long long GetUid() const{ return m_uid; }
44 inline bool UidHasBeenSet() const { return m_uidHasBeenSet; }
45 inline void SetUid(long long value) { m_uidHasBeenSet = true; m_uid = value; }
46 inline CustomPosixUserConfig& WithUid(long long value) { SetUid(value); return *this;}
48
50
53 inline long long GetGid() const{ return m_gid; }
54 inline bool GidHasBeenSet() const { return m_gidHasBeenSet; }
55 inline void SetGid(long long value) { m_gidHasBeenSet = true; m_gid = value; }
56 inline CustomPosixUserConfig& WithGid(long long value) { SetGid(value); return *this;}
58 private:
59
60 long long m_uid;
61 bool m_uidHasBeenSet = false;
62
63 long long m_gid;
64 bool m_gidHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace SageMaker
69} // namespace Aws
CustomPosixUserConfig & WithGid(long long value)
AWS_SAGEMAKER_API CustomPosixUserConfig(Aws::Utils::Json::JsonView jsonValue)
CustomPosixUserConfig & WithUid(long long value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API CustomPosixUserConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue