7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicecatalog/model/DescribePortfolioShareType.h>
22namespace ServiceCatalog
53 inline void SetPrincipalId(
const char* value) { m_principalIdHasBeenSet =
true; m_principalId.assign(value); }
79 inline void SetAccepted(
bool value) { m_acceptedHasBeenSet =
true; m_accepted = value; }
90 inline void SetShareTagOptions(
bool value) { m_shareTagOptionsHasBeenSet =
true; m_shareTagOptions = value; }
101 inline void SetSharePrincipals(
bool value) { m_sharePrincipalsHasBeenSet =
true; m_sharePrincipals = value; }
107 bool m_principalIdHasBeenSet =
false;
110 bool m_typeHasBeenSet =
false;
113 bool m_acceptedHasBeenSet =
false;
115 bool m_shareTagOptions;
116 bool m_shareTagOptionsHasBeenSet =
false;
118 bool m_sharePrincipals;
119 bool m_sharePrincipalsHasBeenSet =
false;
bool ShareTagOptionsHasBeenSet() const
void SetAccepted(bool value)
bool AcceptedHasBeenSet() const
void SetPrincipalId(const Aws::String &value)
bool TypeHasBeenSet() const
PortfolioShareDetail & WithType(DescribePortfolioShareType &&value)
PortfolioShareDetail & WithPrincipalId(const char *value)
AWS_SERVICECATALOG_API PortfolioShareDetail(Aws::Utils::Json::JsonView jsonValue)
PortfolioShareDetail & WithSharePrincipals(bool value)
bool SharePrincipalsHasBeenSet() const
void SetType(DescribePortfolioShareType &&value)
void SetShareTagOptions(bool value)
bool GetSharePrincipals() const
PortfolioShareDetail & WithPrincipalId(const Aws::String &value)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
PortfolioShareDetail & WithAccepted(bool value)
PortfolioShareDetail & WithPrincipalId(Aws::String &&value)
PortfolioShareDetail & WithType(const DescribePortfolioShareType &value)
PortfolioShareDetail & WithShareTagOptions(bool value)
bool GetShareTagOptions() const
const Aws::String & GetPrincipalId() const
void SetType(const DescribePortfolioShareType &value)
bool PrincipalIdHasBeenSet() const
AWS_SERVICECATALOG_API PortfolioShareDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrincipalId(const char *value)
const DescribePortfolioShareType & GetType() const
AWS_SERVICECATALOG_API PortfolioShareDetail()
void SetSharePrincipals(bool value)
void SetPrincipalId(Aws::String &&value)
DescribePortfolioShareType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue