/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about the external connection of a repository.
* See Also:
AWS
* API Reference
The name of the external connection associated with a repository.
*/ inline const Aws::String& GetExternalConnectionName() const{ return m_externalConnectionName; } /** *The name of the external connection associated with a repository.
*/ inline bool ExternalConnectionNameHasBeenSet() const { return m_externalConnectionNameHasBeenSet; } /** *The name of the external connection associated with a repository.
*/ inline void SetExternalConnectionName(const Aws::String& value) { m_externalConnectionNameHasBeenSet = true; m_externalConnectionName = value; } /** *The name of the external connection associated with a repository.
*/ inline void SetExternalConnectionName(Aws::String&& value) { m_externalConnectionNameHasBeenSet = true; m_externalConnectionName = std::move(value); } /** *The name of the external connection associated with a repository.
*/ inline void SetExternalConnectionName(const char* value) { m_externalConnectionNameHasBeenSet = true; m_externalConnectionName.assign(value); } /** *The name of the external connection associated with a repository.
*/ inline RepositoryExternalConnectionInfo& WithExternalConnectionName(const Aws::String& value) { SetExternalConnectionName(value); return *this;} /** *The name of the external connection associated with a repository.
*/ inline RepositoryExternalConnectionInfo& WithExternalConnectionName(Aws::String&& value) { SetExternalConnectionName(std::move(value)); return *this;} /** *The name of the external connection associated with a repository.
*/ inline RepositoryExternalConnectionInfo& WithExternalConnectionName(const char* value) { SetExternalConnectionName(value); return *this;} /** *The package format associated with a repository's external connection. The * valid package formats are:
npm
: A Node Package
* Manager (npm) package.
pypi
: A Python Package
* Index (PyPI) package.
maven
: A Maven package
* that contains compiled code in a distributable format, such as a JAR file.
nuget
: A NuGet package.
The package format associated with a repository's external connection. The * valid package formats are:
npm
: A Node Package
* Manager (npm) package.
pypi
: A Python Package
* Index (PyPI) package.
maven
: A Maven package
* that contains compiled code in a distributable format, such as a JAR file.
nuget
: A NuGet package.
The package format associated with a repository's external connection. The * valid package formats are:
npm
: A Node Package
* Manager (npm) package.
pypi
: A Python Package
* Index (PyPI) package.
maven
: A Maven package
* that contains compiled code in a distributable format, such as a JAR file.
nuget
: A NuGet package.
The package format associated with a repository's external connection. The * valid package formats are:
npm
: A Node Package
* Manager (npm) package.
pypi
: A Python Package
* Index (PyPI) package.
maven
: A Maven package
* that contains compiled code in a distributable format, such as a JAR file.
nuget
: A NuGet package.
The package format associated with a repository's external connection. The * valid package formats are:
npm
: A Node Package
* Manager (npm) package.
pypi
: A Python Package
* Index (PyPI) package.
maven
: A Maven package
* that contains compiled code in a distributable format, such as a JAR file.
nuget
: A NuGet package.
The package format associated with a repository's external connection. The * valid package formats are:
npm
: A Node Package
* Manager (npm) package.
pypi
: A Python Package
* Index (PyPI) package.
maven
: A Maven package
* that contains compiled code in a distributable format, such as a JAR file.
nuget
: A NuGet package.
The status of the external connection of a repository. There is one valid
* value, Available
.
The status of the external connection of a repository. There is one valid
* value, Available
.
The status of the external connection of a repository. There is one valid
* value, Available
.
The status of the external connection of a repository. There is one valid
* value, Available
.
The status of the external connection of a repository. There is one valid
* value, Available
.
The status of the external connection of a repository. There is one valid
* value, Available
.