7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/AppType.h>
44 template<
typename DomainIdT = Aws::String>
45 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
46 template<
typename DomainIdT = Aws::String>
57 template<
typename UserProfileNameT = Aws::String>
58 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
59 template<
typename UserProfileNameT = Aws::String>
70 template<
typename SpaceNameT = Aws::String>
71 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
72 template<
typename SpaceNameT = Aws::String>
92 template<
typename AppNameT = Aws::String>
93 void SetAppName(AppNameT&& value) { m_appNameHasBeenSet =
true; m_appName = std::forward<AppNameT>(value); }
94 template<
typename AppNameT = Aws::String>
100 bool m_domainIdHasBeenSet =
false;
103 bool m_userProfileNameHasBeenSet =
false;
106 bool m_spaceNameHasBeenSet =
false;
109 bool m_appTypeHasBeenSet =
false;
112 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