/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The connector metadata specific to Zendesk. See Also:
AWS
* API Reference
The desired authorization scope for the Zendesk account.
*/ inline const Aws::VectorThe desired authorization scope for the Zendesk account.
*/ inline bool OAuthScopesHasBeenSet() const { return m_oAuthScopesHasBeenSet; } /** *The desired authorization scope for the Zendesk account.
*/ inline void SetOAuthScopes(const Aws::VectorThe desired authorization scope for the Zendesk account.
*/ inline void SetOAuthScopes(Aws::VectorThe desired authorization scope for the Zendesk account.
*/ inline ZendeskMetadata& WithOAuthScopes(const Aws::VectorThe desired authorization scope for the Zendesk account.
*/ inline ZendeskMetadata& WithOAuthScopes(Aws::VectorThe desired authorization scope for the Zendesk account.
*/ inline ZendeskMetadata& AddOAuthScopes(const Aws::String& value) { m_oAuthScopesHasBeenSet = true; m_oAuthScopes.push_back(value); return *this; } /** *The desired authorization scope for the Zendesk account.
*/ inline ZendeskMetadata& AddOAuthScopes(Aws::String&& value) { m_oAuthScopesHasBeenSet = true; m_oAuthScopes.push_back(std::move(value)); return *this; } /** *The desired authorization scope for the Zendesk account.
*/ inline ZendeskMetadata& AddOAuthScopes(const char* value) { m_oAuthScopesHasBeenSet = true; m_oAuthScopes.push_back(value); return *this; } private: Aws::Vector