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; }
71 template<
typename SecondaryG
idsT = Aws::Vector<
long long>>
72 void SetSecondaryGids(SecondaryGidsT&& value) { m_secondaryGidsHasBeenSet =
true; m_secondaryGids = std::forward<SecondaryGidsT>(value); }
73 template<
typename SecondaryG
idsT = Aws::Vector<
long long>>
80 bool m_uidHasBeenSet =
false;
83 bool m_gidHasBeenSet =
false;
86 bool m_secondaryGidsHasBeenSet =
false;
const Aws::Vector< long long > & GetSecondaryGids() const
PosixProfile & WithSecondaryGids(SecondaryGidsT &&value)
void SetGid(long long value)
PosixProfile & WithGid(long long value)
AWS_TRANSFER_API PosixProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecondaryGidsHasBeenSet() const
void SetSecondaryGids(SecondaryGidsT &&value)
void SetUid(long long value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool GidHasBeenSet() const
PosixProfile & AddSecondaryGids(long long value)
AWS_TRANSFER_API PosixProfile()=default
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