7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicecatalog-appregistry/model/ResourceType.h>
10#include <aws/servicecatalog-appregistry/model/ResourceDetails.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/servicecatalog-appregistry/model/AssociationOption.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
67 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
114 bool m_nameHasBeenSet =
false;
117 bool m_arnHasBeenSet =
false;
120 bool m_resourceTypeHasBeenSet =
false;
123 bool m_resourceDetailsHasBeenSet =
false;
126 bool m_optionsHasBeenSet =
false;
ResourceInfo & WithOptions(Aws::Vector< AssociationOption > &&value)
ResourceInfo & WithArn(const char *value)
ResourceInfo & WithName(const char *value)
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
ResourceInfo & WithResourceType(ResourceType &&value)
const ResourceDetails & GetResourceDetails() const
void SetResourceDetails(const ResourceDetails &value)
const ResourceType & GetResourceType() const
ResourceInfo & WithName(const Aws::String &value)
void SetResourceDetails(ResourceDetails &&value)
AWS_APPREGISTRY_API ResourceInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
void SetName(const Aws::String &value)
void SetName(const char *value)
AWS_APPREGISTRY_API ResourceInfo(Aws::Utils::Json::JsonView jsonValue)
bool OptionsHasBeenSet() const
ResourceInfo & WithOptions(const Aws::Vector< AssociationOption > &value)
ResourceInfo & AddOptions(AssociationOption &&value)
void SetArn(Aws::String &&value)
ResourceInfo & WithResourceType(const ResourceType &value)
void SetArn(const Aws::String &value)
ResourceInfo & WithResourceDetails(const ResourceDetails &value)
const Aws::Vector< AssociationOption > & GetOptions() const
ResourceInfo & WithArn(Aws::String &&value)
ResourceInfo & WithName(Aws::String &&value)
void SetOptions(const Aws::Vector< AssociationOption > &value)
void SetOptions(Aws::Vector< AssociationOption > &&value)
void SetResourceType(ResourceType &&value)
void SetResourceType(const ResourceType &value)
void SetArn(const char *value)
const Aws::String & GetName() const
bool ResourceTypeHasBeenSet() const
const Aws::String & GetArn() const
bool NameHasBeenSet() const
ResourceInfo & WithResourceDetails(ResourceDetails &&value)
bool ResourceDetailsHasBeenSet() const
ResourceInfo & AddOptions(const AssociationOption &value)
AWS_APPREGISTRY_API ResourceInfo()
ResourceInfo & WithArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue