7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicecatalog-appregistry/model/SyncAction.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ApplicationArnT = Aws::String>
42 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
43 template<
typename ApplicationArnT = Aws::String>
52 template<
typename ResourceArnT = Aws::String>
53 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
54 template<
typename ResourceArnT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_applicationArnHasBeenSet =
false;
82 bool m_resourceArnHasBeenSet =
false;
85 bool m_actionTakenHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetResourceArn() const
AWS_APPREGISTRY_API SyncResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SyncResourceResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetApplicationArn() const
void SetApplicationArn(ApplicationArnT &&value)
void SetActionTaken(SyncAction value)
SyncAction GetActionTaken() const
AWS_APPREGISTRY_API SyncResourceResult()=default
SyncResourceResult & WithResourceArn(ResourceArnT &&value)
SyncResourceResult & WithActionTaken(SyncAction value)
void SetResourceArn(ResourceArnT &&value)
SyncResourceResult & WithApplicationArn(ApplicationArnT &&value)
AWS_APPREGISTRY_API SyncResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue