Home
last modified time | relevance | path

Searched refs:SelfUserProfile (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworks/include/aws/opsworks/model/
H A DSelfUserProfile.h31 class AWS_OPSWORKS_API SelfUserProfile
34 SelfUserProfile();
35 SelfUserProfile(Aws::Utils::Json::JsonView jsonValue);
36 SelfUserProfile& operator=(Aws::Utils::Json::JsonView jsonValue);
68 …inline SelfUserProfile& WithIamUserArn(const Aws::String& value) { SetIamUserArn(value); return *t… in WithIamUserArn()
78 inline SelfUserProfile& WithIamUserArn(const char* value) { SetIamUserArn(value); return *this;} in WithIamUserArn()
109 inline SelfUserProfile& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
114 … inline SelfUserProfile& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
119 inline SelfUserProfile& WithName(const char* value) { SetName(value); return *this;} in WithName()
160 … inline SelfUserProfile& WithSshUsername(const char* value) { SetSshUsername(value); return *this;} in WithSshUsername()
[all …]
H A DDescribeMyUserProfileResult.h45 inline const SelfUserProfile& GetUserProfile() const{ return m_userProfile; } in GetUserProfile()
51 inline void SetUserProfile(const SelfUserProfile& value) { m_userProfile = value; } in SetUserProfile()
57 inline void SetUserProfile(SelfUserProfile&& value) { m_userProfile = std::move(value); } in SetUserProfile()
63 …inline DescribeMyUserProfileResult& WithUserProfile(const SelfUserProfile& value) { SetUserProfile… in WithUserProfile()
69 …inline DescribeMyUserProfileResult& WithUserProfile(SelfUserProfile&& value) { SetUserProfile(std:… in WithUserProfile()
73 SelfUserProfile m_userProfile;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworks/source/model/
H A DSelfUserProfile.cpp21 SelfUserProfile::SelfUserProfile() : in SelfUserProfile() function in Aws::OpsWorks::Model::SelfUserProfile
29 SelfUserProfile::SelfUserProfile(JsonView jsonValue) : in SelfUserProfile() function in Aws::OpsWorks::Model::SelfUserProfile
38 SelfUserProfile& SelfUserProfile::operator =(JsonView jsonValue) in operator =()
71 JsonValue SelfUserProfile::Jsonize() const in Jsonize()
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/OpsWorks/
H A DSelfUserProfile.pm1 package Paws::OpsWorks::SelfUserProfile {
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go42 UserProfile *types.SelfUserProfile
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/opsworks/
H A Dapi_op_DescribeMyUserProfile.go41 UserProfile *types.SelfUserProfile
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/opsworks/types/
H A Dtypes.go1124 type SelfUserProfile struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/opsworks/types/
H A Dtypes.go1186 type SelfUserProfile struct { struct
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/opsworks/
H A Dapi.go10908 UserProfile *SelfUserProfile `type:"structure"`
10922 func (s *DescribeMyUserProfileOutput) SetUserProfile(v *SelfUserProfile) *DescribeMyUserProfileOutp…
14383 type SelfUserProfile struct { struct
14400 func (s SelfUserProfile) String() string { argument
14405 func (s SelfUserProfile) GoString() string { argument
14410 func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile { argument
14416 func (s *SelfUserProfile) SetName(v string) *SelfUserProfile { argument
14422 func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile { argument
14428 func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile { argument
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/opsworks/
H A Dapi.go10908 UserProfile *SelfUserProfile `type:"structure"`
10922 func (s *DescribeMyUserProfileOutput) SetUserProfile(v *SelfUserProfile) *DescribeMyUserProfileOutp…
14383 type SelfUserProfile struct { struct
14400 func (s SelfUserProfile) String() string { argument
14405 func (s SelfUserProfile) GoString() string { argument
14410 func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile { argument
14416 func (s *SelfUserProfile) SetName(v string) *SelfUserProfile { argument
14422 func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile { argument
14428 func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile { argument
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/opsworks/
H A Dapi.go10925 UserProfile *SelfUserProfile `type:"structure"`
10939 func (s *DescribeMyUserProfileOutput) SetUserProfile(v *SelfUserProfile) *DescribeMyUserProfileOutp…
14232 type SelfUserProfile struct { struct
14249 func (s SelfUserProfile) String() string { argument
14254 func (s SelfUserProfile) GoString() string { argument
14259 func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile { argument
14265 func (s *SelfUserProfile) SetName(v string) *SelfUserProfile { argument
14271 func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile { argument
14277 func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile { argument
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/opsworks/
H A Dapi.go10906 UserProfile *SelfUserProfile `type:"structure"`
10920 func (s *DescribeMyUserProfileOutput) SetUserProfile(v *SelfUserProfile) *DescribeMyUserProfileOutp…
14324 type SelfUserProfile struct { struct
14341 func (s SelfUserProfile) String() string { argument
14346 func (s SelfUserProfile) GoString() string { argument
14351 func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile { argument
14357 func (s *SelfUserProfile) SetName(v string) *SelfUserProfile { argument
14363 func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile { argument
14369 func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/opsworks/
H A Dapi.go10908 UserProfile *SelfUserProfile `type:"structure"`
10922 func (s *DescribeMyUserProfileOutput) SetUserProfile(v *SelfUserProfile) *DescribeMyUserProfileOutp…
14383 type SelfUserProfile struct { struct
14400 func (s SelfUserProfile) String() string { argument
14405 func (s SelfUserProfile) GoString() string { argument
14410 func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile { argument
14416 func (s *SelfUserProfile) SetName(v string) *SelfUserProfile { argument
14422 func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile { argument
14428 func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile { argument

123