7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ApplicationArnT = Aws::String>
41 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
42 template<
typename ApplicationArnT = Aws::String>
51 template<
typename ResourceArnT = Aws::String>
52 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
53 template<
typename ResourceArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_applicationArnHasBeenSet =
false;
71 bool m_resourceArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
DisassociateResourceResult & WithResourceArn(ResourceArnT &&value)
AWS_APPREGISTRY_API DisassociateResourceResult()=default
void SetResourceArn(ResourceArnT &&value)
void SetApplicationArn(ApplicationArnT &&value)
const Aws::String & GetResourceArn() const
const Aws::String & GetRequestId() const
const Aws::String & GetApplicationArn() const
AWS_APPREGISTRY_API DisassociateResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateResourceResult & WithApplicationArn(ApplicationArnT &&value)
DisassociateResourceResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPREGISTRY_API DisassociateResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue