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>
69 template<
typename SpaceNameT = Aws::String>
70 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
71 template<
typename SpaceNameT = Aws::String>
91 template<
typename AppNameT = Aws::String>
92 void SetAppName(AppNameT&& value) { m_appNameHasBeenSet =
true; m_appName = std::forward<AppNameT>(value); }
93 template<
typename AppNameT = Aws::String>
99 bool m_domainIdHasBeenSet =
false;
102 bool m_userProfileNameHasBeenSet =
false;
105 bool m_spaceNameHasBeenSet =
false;
108 bool m_appTypeHasBeenSet =
false;
111 bool m_appNameHasBeenSet =
false;
bool SpaceNameHasBeenSet() const
const Aws::String & GetDomainId() const
void SetAppName(AppNameT &&value)
DescribeAppRequest & WithAppType(AppType value)
DescribeAppRequest & WithAppName(AppNameT &&value)
const Aws::String & GetSpaceName() const
const Aws::String & GetAppName() const
const Aws::String & GetUserProfileName() const
bool DomainIdHasBeenSet() const
bool UserProfileNameHasBeenSet() const
bool AppNameHasBeenSet() const
void SetUserProfileName(UserProfileNameT &&value)
bool AppTypeHasBeenSet() const
AWS_SAGEMAKER_API DescribeAppRequest()=default
void SetAppType(AppType value)
DescribeAppRequest & WithSpaceName(SpaceNameT &&value)
void SetDomainId(DomainIdT &&value)
AppType GetAppType() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetSpaceName(SpaceNameT &&value)
DescribeAppRequest & WithDomainId(DomainIdT &&value)
DescribeAppRequest & WithUserProfileName(UserProfileNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String