7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ram/RAM_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
36 m_returnValueHasBeenSet =
true;
37 m_returnValue = value;
54 template <
typename ClientTokenT = Aws::String>
56 m_clientTokenHasBeenSet =
true;
57 m_clientToken = std::forward<ClientTokenT>(value);
59 template <
typename ClientTokenT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
81 bool m_returnValue{
false};
86 bool m_returnValueHasBeenSet =
false;
87 bool m_clientTokenHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetClientToken() const
DisassociateResourceSharePermissionResult & WithReturnValue(bool value)
void SetReturnValue(bool value)
void SetClientToken(ClientTokenT &&value)
AWS_RAM_API DisassociateResourceSharePermissionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetReturnValue() const
const Aws::String & GetRequestId() const
AWS_RAM_API DisassociateResourceSharePermissionResult()=default
DisassociateResourceSharePermissionResult & WithRequestId(RequestIdT &&value)
AWS_RAM_API DisassociateResourceSharePermissionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateResourceSharePermissionResult & WithClientToken(ClientTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue