7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ServiceCatalog
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename ARNT = Aws::String>
60 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
61 template<
typename ARNT = Aws::String>
71 template<
typename DisplayNameT = Aws::String>
72 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
73 template<
typename DisplayNameT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
95 template<
typename CreatedTimeT = Aws::Utils::DateTime>
96 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
97 template<
typename CreatedTimeT = Aws::Utils::DateTime>
107 template<
typename Prov
iderNameT = Aws::String>
108 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet =
true; m_providerName = std::forward<ProviderNameT>(value); }
109 template<
typename Prov
iderNameT = Aws::String>
115 bool m_idHasBeenSet =
false;
118 bool m_aRNHasBeenSet =
false;
121 bool m_displayNameHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_createdTimeHasBeenSet =
false;
130 bool m_providerNameHasBeenSet =
false;
AWS_SERVICECATALOG_API PortfolioDetail(Aws::Utils::Json::JsonView jsonValue)
void SetARN(ARNT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetCreatedTime(CreatedTimeT &&value)
bool IdHasBeenSet() const
const Aws::String & GetDisplayName() const
PortfolioDetail & WithDisplayName(DisplayNameT &&value)
bool ProviderNameHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetARN() const
PortfolioDetail & WithId(IdT &&value)
bool CreatedTimeHasBeenSet() const
PortfolioDetail & WithARN(ARNT &&value)
PortfolioDetail & WithCreatedTime(CreatedTimeT &&value)
void SetDescription(DescriptionT &&value)
PortfolioDetail & WithDescription(DescriptionT &&value)
AWS_SERVICECATALOG_API PortfolioDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProviderName(ProviderNameT &&value)
const Aws::String & GetDescription() const
PortfolioDetail & WithProviderName(ProviderNameT &&value)
AWS_SERVICECATALOG_API PortfolioDetail()=default
bool DescriptionHasBeenSet() const
bool DisplayNameHasBeenSet() const
bool ARNHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetProviderName() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue