/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the response to a successful GetContextKeysForPrincipalPolicy
* or GetContextKeysForCustomPolicy request. See Also:
AWS
* API Reference
The list of context keys that are referenced in the input policies.
*/ inline const Aws::VectorThe list of context keys that are referenced in the input policies.
*/ inline void SetContextKeyNames(const Aws::VectorThe list of context keys that are referenced in the input policies.
*/ inline void SetContextKeyNames(Aws::VectorThe list of context keys that are referenced in the input policies.
*/ inline GetContextKeysForPrincipalPolicyResult& WithContextKeyNames(const Aws::VectorThe list of context keys that are referenced in the input policies.
*/ inline GetContextKeysForPrincipalPolicyResult& WithContextKeyNames(Aws::VectorThe list of context keys that are referenced in the input policies.
*/ inline GetContextKeysForPrincipalPolicyResult& AddContextKeyNames(const Aws::String& value) { m_contextKeyNames.push_back(value); return *this; } /** *The list of context keys that are referenced in the input policies.
*/ inline GetContextKeysForPrincipalPolicyResult& AddContextKeyNames(Aws::String&& value) { m_contextKeyNames.push_back(std::move(value)); return *this; } /** *The list of context keys that are referenced in the input policies.
*/ inline GetContextKeysForPrincipalPolicyResult& AddContextKeyNames(const char* value) { m_contextKeyNames.push_back(value); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline GetContextKeysForPrincipalPolicyResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline GetContextKeysForPrincipalPolicyResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector