/**
* 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 GetOpenIDConnectProvider
* request. See Also:
AWS
* API Reference
The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline const Aws::String& GetUrl() const{ return m_url; } /** *The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline void SetUrl(const Aws::String& value) { m_url = value; } /** *The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline void SetUrl(Aws::String&& value) { m_url = std::move(value); } /** *The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline void SetUrl(const char* value) { m_url.assign(value); } /** *The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithUrl(const Aws::String& value) { SetUrl(value); return *this;} /** *The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithUrl(Aws::String&& value) { SetUrl(std::move(value)); return *this;} /** *The URL that the IAM OIDC provider resource object is associated with. For * more information, see CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithUrl(const char* value) { SetUrl(value); return *this;} /** *A list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline const Aws::VectorA list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline void SetClientIDList(const Aws::VectorA list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline void SetClientIDList(Aws::VectorA list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithClientIDList(const Aws::VectorA list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithClientIDList(Aws::VectorA list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& AddClientIDList(const Aws::String& value) { m_clientIDList.push_back(value); return *this; } /** *A list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& AddClientIDList(Aws::String&& value) { m_clientIDList.push_back(std::move(value)); return *this; } /** *A list of client IDs (also known as audiences) that are associated with the * specified IAM OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& AddClientIDList(const char* value) { m_clientIDList.push_back(value); return *this; } /** *A list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline const Aws::VectorA list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline void SetThumbprintList(const Aws::VectorA list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline void SetThumbprintList(Aws::VectorA list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithThumbprintList(const Aws::VectorA list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& WithThumbprintList(Aws::VectorA list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& AddThumbprintList(const Aws::String& value) { m_thumbprintList.push_back(value); return *this; } /** *A list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& AddThumbprintList(Aws::String&& value) { m_thumbprintList.push_back(std::move(value)); return *this; } /** *A list of certificate thumbprints that are associated with the specified IAM * OIDC provider resource object. For more information, see * CreateOpenIDConnectProvider.
*/ inline GetOpenIDConnectProviderResult& AddThumbprintList(const char* value) { m_thumbprintList.push_back(value); return *this; } /** *The date and time when the IAM OIDC provider resource object was created in * the Amazon Web Services account.
*/ inline const Aws::Utils::DateTime& GetCreateDate() const{ return m_createDate; } /** *The date and time when the IAM OIDC provider resource object was created in * the Amazon Web Services account.
*/ inline void SetCreateDate(const Aws::Utils::DateTime& value) { m_createDate = value; } /** *The date and time when the IAM OIDC provider resource object was created in * the Amazon Web Services account.
*/ inline void SetCreateDate(Aws::Utils::DateTime&& value) { m_createDate = std::move(value); } /** *The date and time when the IAM OIDC provider resource object was created in * the Amazon Web Services account.
*/ inline GetOpenIDConnectProviderResult& WithCreateDate(const Aws::Utils::DateTime& value) { SetCreateDate(value); return *this;} /** *The date and time when the IAM OIDC provider resource object was created in * the Amazon Web Services account.
*/ inline GetOpenIDConnectProviderResult& WithCreateDate(Aws::Utils::DateTime&& value) { SetCreateDate(std::move(value)); return *this;} /** *A list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline const Aws::VectorA list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline void SetTags(const Aws::VectorA list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline void SetTags(Aws::VectorA list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline GetOpenIDConnectProviderResult& WithTags(const Aws::VectorA list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline GetOpenIDConnectProviderResult& WithTags(Aws::VectorA list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline GetOpenIDConnectProviderResult& AddTags(const Tag& value) { m_tags.push_back(value); return *this; } /** *A list of tags that are attached to the specified IAM OIDC provider. The * returned list of tags is sorted by tag key. For more information about tagging, * see Tagging IAM * resources in the IAM User Guide.
*/ inline GetOpenIDConnectProviderResult& AddTags(Tag&& value) { m_tags.push_back(std::move(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 GetOpenIDConnectProviderResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline GetOpenIDConnectProviderResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::String m_url; Aws::Vector