7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AWSManagedClientApplicationReferenceT = Aws::String>
48 void SetAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT&& value) { m_aWSManagedClientApplicationReferenceHasBeenSet =
true; m_aWSManagedClientApplicationReference = std::forward<AWSManagedClientApplicationReferenceT>(value); }
49 template<
typename AWSManagedClientApplicationReferenceT = Aws::String>
60 template<
typename UserManagedClientApplicationClientIdT = Aws::String>
61 void SetUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT&& value) { m_userManagedClientApplicationClientIdHasBeenSet =
true; m_userManagedClientApplicationClientId = std::forward<UserManagedClientApplicationClientIdT>(value); }
62 template<
typename UserManagedClientApplicationClientIdT = Aws::String>
68 bool m_aWSManagedClientApplicationReferenceHasBeenSet =
false;
71 bool m_userManagedClientApplicationClientIdHasBeenSet =
false;
bool AWSManagedClientApplicationReferenceHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserManagedClientApplicationClientIdHasBeenSet() const
void SetAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT &&value)
AWS_DATAZONE_API OAuth2ClientApplication & operator=(Aws::Utils::Json::JsonView jsonValue)
OAuth2ClientApplication & WithAWSManagedClientApplicationReference(AWSManagedClientApplicationReferenceT &&value)
const Aws::String & GetAWSManagedClientApplicationReference() const
const Aws::String & GetUserManagedClientApplicationClientId() const
AWS_DATAZONE_API OAuth2ClientApplication()=default
OAuth2ClientApplication & WithUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT &&value)
AWS_DATAZONE_API OAuth2ClientApplication(Aws::Utils::Json::JsonView jsonValue)
void SetUserManagedClientApplicationClientId(UserManagedClientApplicationClientIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue