7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
49 inline long long GetUid()
const{
return m_uid; }
51 inline void SetUid(
long long value) { m_uidHasBeenSet =
true; m_uid = value; }
59 inline long long GetGid()
const{
return m_gid; }
61 inline void SetGid(
long long value) { m_gidHasBeenSet =
true; m_gid = value; }
80 bool m_uidHasBeenSet =
false;
83 bool m_gidHasBeenSet =
false;
86 bool m_secondaryGidsHasBeenSet =
false;
const Aws::Vector< long long > & GetSecondaryGids() const
AWS_TRANSFER_API PosixProfile()
PosixProfile & WithSecondaryGids(const Aws::Vector< long long > &value)
void SetGid(long long value)
void SetSecondaryGids(Aws::Vector< long long > &&value)
PosixProfile & WithGid(long long value)
void SetSecondaryGids(const Aws::Vector< long long > &value)
AWS_TRANSFER_API PosixProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecondaryGidsHasBeenSet() const
void SetUid(long long value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool GidHasBeenSet() const
PosixProfile & WithSecondaryGids(Aws::Vector< long long > &&value)
PosixProfile & AddSecondaryGids(long long value)
bool UidHasBeenSet() const
PosixProfile & WithUid(long long value)
AWS_TRANSFER_API PosixProfile(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue