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>
77 template <
typename SpaceNameT = Aws::String>
79 m_spaceNameHasBeenSet =
true;
80 m_spaceName = std::forward<SpaceNameT>(value);
82 template <
typename SpaceNameT = Aws::String>
96 m_appTypeHasBeenSet =
true;
111 template <
typename AppNameT = Aws::String>
113 m_appNameHasBeenSet =
true;
114 m_appName = std::forward<AppNameT>(value);
116 template <
typename AppNameT = Aws::String>
132 bool m_domainIdHasBeenSet =
false;
133 bool m_userProfileNameHasBeenSet =
false;
134 bool m_spaceNameHasBeenSet =
false;
135 bool m_appTypeHasBeenSet =
false;
136 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