AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateUserProfileResult.h
1
6#pragma once
7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace OpsWorks
24{
25namespace Model
26{
34 {
35 public:
36 AWS_OPSWORKS_API CreateUserProfileResult();
39
40
42
45 inline const Aws::String& GetIamUserArn() const{ return m_iamUserArn; }
46 inline void SetIamUserArn(const Aws::String& value) { m_iamUserArn = value; }
47 inline void SetIamUserArn(Aws::String&& value) { m_iamUserArn = std::move(value); }
48 inline void SetIamUserArn(const char* value) { m_iamUserArn.assign(value); }
49 inline CreateUserProfileResult& WithIamUserArn(const Aws::String& value) { SetIamUserArn(value); return *this;}
50 inline CreateUserProfileResult& WithIamUserArn(Aws::String&& value) { SetIamUserArn(std::move(value)); return *this;}
51 inline CreateUserProfileResult& WithIamUserArn(const char* value) { SetIamUserArn(value); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const{ return m_requestId; }
57 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
58 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
59 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
60 inline CreateUserProfileResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
61 inline CreateUserProfileResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
62 inline CreateUserProfileResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
64 private:
65
66 Aws::String m_iamUserArn;
67
68 Aws::String m_requestId;
69 };
70
71} // namespace Model
72} // namespace OpsWorks
73} // namespace Aws
AWS_OPSWORKS_API CreateUserProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateUserProfileResult & WithIamUserArn(Aws::String &&value)
CreateUserProfileResult & WithIamUserArn(const char *value)
AWS_OPSWORKS_API CreateUserProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateUserProfileResult & WithRequestId(const Aws::String &value)
CreateUserProfileResult & WithRequestId(Aws::String &&value)
CreateUserProfileResult & WithRequestId(const char *value)
CreateUserProfileResult & WithIamUserArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue