7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/resiliencehub/ResilienceHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
15namespace ResilienceHub
48 template<
typename AppArnT = Aws::String>
49 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
50 template<
typename AppArnT = Aws::String>
62 template<
typename ClientTokenT = Aws::String>
63 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
64 template<
typename ClientTokenT = Aws::String>
74 inline void SetForceDelete(
bool value) { m_forceDeleteHasBeenSet =
true; m_forceDelete = value; }
80 bool m_appArnHasBeenSet =
false;
83 bool m_clientTokenHasBeenSet =
true;
85 bool m_forceDelete{
false};
86 bool m_forceDeleteHasBeenSet =
false;
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
AWS_RESILIENCEHUB_API DeleteAppRequest()=default
bool ClientTokenHasBeenSet() const
bool GetForceDelete() const
void SetClientToken(ClientTokenT &&value)
bool AppArnHasBeenSet() const
void SetForceDelete(bool value)
DeleteAppRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAppArn() const
bool ForceDeleteHasBeenSet() const
DeleteAppRequest & WithAppArn(AppArnT &&value)
void SetAppArn(AppArnT &&value)
DeleteAppRequest & WithForceDelete(bool value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String