7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
20namespace DevOpsAgent {
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
60 template <
typename AuthScopesT = Aws::Vector<Aws::String>>
62 m_authScopesHasBeenSet =
true;
63 m_authScopes = std::forward<AuthScopesT>(value);
65 template <
typename AuthScopesT = Aws::Vector<Aws::String>>
70 template <
typename AuthScopesT = Aws::String>
72 m_authScopesHasBeenSet =
true;
73 m_authScopes.emplace_back(std::forward<AuthScopesT>(value));
81 bool m_instanceIdHasBeenSet =
false;
82 bool m_authScopesHasBeenSet =
false;
ServiceNowConfiguration & WithAuthScopes(AuthScopesT &&value)
AWS_DEVOPSAGENT_API ServiceNowConfiguration(Aws::Utils::Json::JsonView jsonValue)
ServiceNowConfiguration & AddAuthScopes(AuthScopesT &&value)
const Aws::Vector< Aws::String > & GetAuthScopes() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetInstanceId() const
ServiceNowConfiguration & WithInstanceId(InstanceIdT &&value)
AWS_DEVOPSAGENT_API ServiceNowConfiguration()=default
bool AuthScopesHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
AWS_DEVOPSAGENT_API ServiceNowConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthScopes(AuthScopesT &&value)
bool InstanceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue