AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DomainEntryPoint.h
1
6#pragma once
7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CodeArtifact
22{
23namespace Model
24{
25
41 {
42 public:
43 AWS_CODEARTIFACT_API DomainEntryPoint();
44 AWS_CODEARTIFACT_API DomainEntryPoint(Aws::Utils::Json::JsonView jsonValue);
45 AWS_CODEARTIFACT_API DomainEntryPoint& operator=(Aws::Utils::Json::JsonView jsonValue);
46 AWS_CODEARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
53 inline const Aws::String& GetRepositoryName() const{ return m_repositoryName; }
54 inline bool RepositoryNameHasBeenSet() const { return m_repositoryNameHasBeenSet; }
55 inline void SetRepositoryName(const Aws::String& value) { m_repositoryNameHasBeenSet = true; m_repositoryName = value; }
56 inline void SetRepositoryName(Aws::String&& value) { m_repositoryNameHasBeenSet = true; m_repositoryName = std::move(value); }
57 inline void SetRepositoryName(const char* value) { m_repositoryNameHasBeenSet = true; m_repositoryName.assign(value); }
58 inline DomainEntryPoint& WithRepositoryName(const Aws::String& value) { SetRepositoryName(value); return *this;}
59 inline DomainEntryPoint& WithRepositoryName(Aws::String&& value) { SetRepositoryName(std::move(value)); return *this;}
60 inline DomainEntryPoint& WithRepositoryName(const char* value) { SetRepositoryName(value); return *this;}
62
64
67 inline const Aws::String& GetExternalConnectionName() const{ return m_externalConnectionName; }
68 inline bool ExternalConnectionNameHasBeenSet() const { return m_externalConnectionNameHasBeenSet; }
69 inline void SetExternalConnectionName(const Aws::String& value) { m_externalConnectionNameHasBeenSet = true; m_externalConnectionName = value; }
70 inline void SetExternalConnectionName(Aws::String&& value) { m_externalConnectionNameHasBeenSet = true; m_externalConnectionName = std::move(value); }
71 inline void SetExternalConnectionName(const char* value) { m_externalConnectionNameHasBeenSet = true; m_externalConnectionName.assign(value); }
73 inline DomainEntryPoint& WithExternalConnectionName(Aws::String&& value) { SetExternalConnectionName(std::move(value)); return *this;}
74 inline DomainEntryPoint& WithExternalConnectionName(const char* value) { SetExternalConnectionName(value); return *this;}
76 private:
77
78 Aws::String m_repositoryName;
79 bool m_repositoryNameHasBeenSet = false;
80
81 Aws::String m_externalConnectionName;
82 bool m_externalConnectionNameHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace CodeArtifact
87} // namespace Aws
AWS_CODEARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExternalConnectionName(const Aws::String &value)
bool RepositoryNameHasBeenSet() const
bool ExternalConnectionNameHasBeenSet() const
void SetRepositoryName(const Aws::String &value)
AWS_CODEARTIFACT_API DomainEntryPoint()
DomainEntryPoint & WithExternalConnectionName(Aws::String &&value)
void SetRepositoryName(const char *value)
DomainEntryPoint & WithRepositoryName(Aws::String &&value)
DomainEntryPoint & WithRepositoryName(const char *value)
void SetExternalConnectionName(const char *value)
DomainEntryPoint & WithRepositoryName(const Aws::String &value)
DomainEntryPoint & WithExternalConnectionName(const char *value)
AWS_CODEARTIFACT_API DomainEntryPoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExternalConnectionName() const
AWS_CODEARTIFACT_API DomainEntryPoint(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRepositoryName() const
void SetRepositoryName(Aws::String &&value)
DomainEntryPoint & WithExternalConnectionName(const Aws::String &value)
void SetExternalConnectionName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue