AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
OAuth2ClientApplication.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
28 public:
29 AWS_GLUE_API OAuth2ClientApplication() = default;
33
35
39 inline const Aws::String& GetUserManagedClientApplicationClientId() const { return m_userManagedClientApplicationClientId; }
40 inline bool UserManagedClientApplicationClientIdHasBeenSet() const { return m_userManagedClientApplicationClientIdHasBeenSet; }
41 template <typename UserManagedClientApplicationClientIdT = Aws::String>
42 void SetUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT&& value) {
43 m_userManagedClientApplicationClientIdHasBeenSet = true;
44 m_userManagedClientApplicationClientId = std::forward<UserManagedClientApplicationClientIdT>(value);
45 }
46 template <typename UserManagedClientApplicationClientIdT = Aws::String>
47 OAuth2ClientApplication& WithUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT&& value) {
48 SetUserManagedClientApplicationClientId(std::forward<UserManagedClientApplicationClientIdT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetAWSManagedClientApplicationReference() const { return m_aWSManagedClientApplicationReference; }
59 inline bool AWSManagedClientApplicationReferenceHasBeenSet() const { return m_aWSManagedClientApplicationReferenceHasBeenSet; }
60 template <typename AWSManagedClientApplicationReferenceT = Aws::String>
61 void SetAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT&& value) {
62 m_aWSManagedClientApplicationReferenceHasBeenSet = true;
63 m_aWSManagedClientApplicationReference = std::forward<AWSManagedClientApplicationReferenceT>(value);
64 }
65 template <typename AWSManagedClientApplicationReferenceT = Aws::String>
66 OAuth2ClientApplication& WithAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT&& value) {
67 SetAWSManagedClientApplicationReference(std::forward<AWSManagedClientApplicationReferenceT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_userManagedClientApplicationClientId;
73 bool m_userManagedClientApplicationClientIdHasBeenSet = false;
74
75 Aws::String m_aWSManagedClientApplicationReference;
76 bool m_aWSManagedClientApplicationReferenceHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace Glue
81} // namespace Aws
OAuth2ClientApplication & WithUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT &&value)
OAuth2ClientApplication & WithAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT &&value)
AWS_GLUE_API OAuth2ClientApplication & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT &&value)
AWS_GLUE_API OAuth2ClientApplication()=default
const Aws::String & GetAWSManagedClientApplicationReference() const
const Aws::String & GetUserManagedClientApplicationClientId() const
AWS_GLUE_API OAuth2ClientApplication(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue