7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/servicecatalog/model/ProvisioningArtifactGuidance.h>
23namespace ServiceCatalog
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename CreatedTimeT = Aws::Utils::DateTime>
86 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
87 template<
typename CreatedTimeT = Aws::Utils::DateTime>
104 bool m_idHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
113 bool m_createdTimeHasBeenSet =
false;
116 bool m_guidanceHasBeenSet =
false;
const Aws::String & GetId() const
const Aws::String & GetDescription() const
AWS_SERVICECATALOG_API ProvisioningArtifact()=default
AWS_SERVICECATALOG_API ProvisioningArtifact(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(CreatedTimeT &&value)
ProvisioningArtifactGuidance GetGuidance() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
void SetGuidance(ProvisioningArtifactGuidance value)
bool GuidanceHasBeenSet() const
ProvisioningArtifact & WithCreatedTime(CreatedTimeT &&value)
ProvisioningArtifact & WithId(IdT &&value)
bool DescriptionHasBeenSet() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
ProvisioningArtifact & WithGuidance(ProvisioningArtifactGuidance value)
void SetDescription(DescriptionT &&value)
ProvisioningArtifact & WithName(NameT &&value)
bool CreatedTimeHasBeenSet() const
void SetName(NameT &&value)
ProvisioningArtifact & WithDescription(DescriptionT &&value)
AWS_SERVICECATALOG_API ProvisioningArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedTime() const
ProvisioningArtifactGuidance
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue