7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AppType.h>
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
59 template <
typename UserProfileNameT = Aws::String>
61 m_userProfileNameHasBeenSet =
true;
62 m_userProfileName = std::forward<UserProfileNameT>(value);
64 template <
typename UserProfileNameT = Aws::String>
78 template <
typename SpaceNameT = Aws::String>
80 m_spaceNameHasBeenSet =
true;
81 m_spaceName = std::forward<SpaceNameT>(value);
83 template <
typename SpaceNameT = Aws::String>
97 m_appTypeHasBeenSet =
true;
112 template <
typename AppNameT = Aws::String>
114 m_appNameHasBeenSet =
true;
115 m_appName = std::forward<AppNameT>(value);
117 template <
typename AppNameT = Aws::String>
133 bool m_domainIdHasBeenSet =
false;
134 bool m_userProfileNameHasBeenSet =
false;
135 bool m_spaceNameHasBeenSet =
false;
136 bool m_appTypeHasBeenSet =
false;
137 bool m_appNameHasBeenSet =
false;
void SetDomainId(DomainIdT &&value)
virtual const char * GetServiceRequestName() const override
bool AppNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
DeleteAppRequest & WithSpaceName(SpaceNameT &&value)
const Aws::String & GetSpaceName() const
bool UserProfileNameHasBeenSet() const
bool AppTypeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteAppRequest & WithAppType(AppType value)
bool SpaceNameHasBeenSet() const
AppType GetAppType() const
const Aws::String & GetDomainId() const
bool DomainIdHasBeenSet() const
DeleteAppRequest & WithDomainId(DomainIdT &&value)
void SetAppType(AppType value)
DeleteAppRequest & WithAppName(AppNameT &&value)
void SetSpaceName(SpaceNameT &&value)
const Aws::String & GetAppName() const
void SetAppName(AppNameT &&value)
void SetUserProfileName(UserProfileNameT &&value)
DeleteAppRequest & WithUserProfileName(UserProfileNameT &&value)
const Aws::String & GetUserProfileName() const
AWS_SAGEMAKER_API DeleteAppRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String