7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/ResilienceHubRequest.h>
10#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
15namespace ResilienceHub {
44 template <
typename AppArnT = Aws::String>
46 m_appArnHasBeenSet =
true;
47 m_appArn = std::forward<AppArnT>(value);
49 template <
typename AppArnT = Aws::String>
64 template <
typename ClientTokenT = Aws::String>
66 m_clientTokenHasBeenSet =
true;
67 m_clientToken = std::forward<ClientTokenT>(value);
69 template <
typename ClientTokenT = Aws::String>
83 m_forceDeleteHasBeenSet =
true;
84 m_forceDelete = value;
96 bool m_forceDelete{
false};
97 bool m_appArnHasBeenSet =
false;
98 bool m_clientTokenHasBeenSet =
true;
99 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