7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 AWS_APPCONFIG_API
Action() =
default;
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
86 template<
typename UriT = Aws::String>
87 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
88 template<
typename UriT = Aws::String>
99 template<
typename RoleArnT = Aws::String>
100 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
101 template<
typename RoleArnT = Aws::String>
107 bool m_nameHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
113 bool m_uriHasBeenSet =
false;
116 bool m_roleArnHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetRoleArn() const
const Aws::String & GetUri() const
AWS_APPCONFIG_API Action & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UriHasBeenSet() const
Action & WithUri(UriT &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
AWS_APPCONFIG_API Action(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetUri(UriT &&value)
void SetDescription(DescriptionT &&value)
AWS_APPCONFIG_API Action()=default
Action & WithRoleArn(RoleArnT &&value)
Action & WithName(NameT &&value)
Action & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue