7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 AWS_APPCONFIG_API
Action() =
default;
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
92 template <
typename UriT = Aws::String>
94 m_uriHasBeenSet =
true;
95 m_uri = std::forward<UriT>(value);
97 template <
typename UriT = Aws::String>
99 SetUri(std::forward<UriT>(value));
111 template <
typename RoleArnT = Aws::String>
113 m_roleArnHasBeenSet =
true;
114 m_roleArn = std::forward<RoleArnT>(value);
116 template <
typename RoleArnT = Aws::String>
130 bool m_nameHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
132 bool m_uriHasBeenSet =
false;
133 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