7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/servicecatalog-appregistry/model/ResourceGroupState.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
68 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
69 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
84 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
92 bool m_stateHasBeenSet =
false;
95 bool m_arnHasBeenSet =
false;
98 bool m_errorMessageHasBeenSet =
false;
void SetArn(const Aws::String &value)
ResourceGroup & WithArn(Aws::String &&value)
ResourceGroup & WithState(ResourceGroupState &&value)
ResourceGroup & WithArn(const char *value)
void SetArn(Aws::String &&value)
void SetErrorMessage(Aws::String &&value)
ResourceGroup & WithState(const ResourceGroupState &value)
void SetErrorMessage(const Aws::String &value)
ResourceGroup & WithErrorMessage(const char *value)
ResourceGroup & WithErrorMessage(const Aws::String &value)
const ResourceGroupState & GetState() const
bool StateHasBeenSet() const
void SetArn(const char *value)
const Aws::String & GetErrorMessage() const
bool ArnHasBeenSet() const
bool ErrorMessageHasBeenSet() const
ResourceGroup & WithErrorMessage(Aws::String &&value)
const Aws::String & GetArn() const
AWS_APPREGISTRY_API ResourceGroup()
ResourceGroup & WithArn(const Aws::String &value)
void SetState(ResourceGroupState &&value)
AWS_APPREGISTRY_API ResourceGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetState(const ResourceGroupState &value)
void SetErrorMessage(const char *value)
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPREGISTRY_API ResourceGroup(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue