/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include List of signing profiles that can sign a code package. See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline const Aws::VectorThe Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline bool SigningProfileVersionArnsHasBeenSet() const { return m_signingProfileVersionArnsHasBeenSet; } /** *The Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline void SetSigningProfileVersionArns(const Aws::VectorThe Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline void SetSigningProfileVersionArns(Aws::VectorThe Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline AllowedPublishers& WithSigningProfileVersionArns(const Aws::VectorThe Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline AllowedPublishers& WithSigningProfileVersionArns(Aws::VectorThe Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline AllowedPublishers& AddSigningProfileVersionArns(const Aws::String& value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns.push_back(value); return *this; } /** *The Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline AllowedPublishers& AddSigningProfileVersionArns(Aws::String&& value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns.push_back(std::move(value)); return *this; } /** *The Amazon Resource Name (ARN) for each of the signing profiles. A signing * profile defines a trusted user who can sign a code package.
*/ inline AllowedPublishers& AddSigningProfileVersionArns(const char* value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns.push_back(value); return *this; } private: Aws::Vector