7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename DisassociatedAtT = Aws::String>
42 void SetDisassociatedAt(DisassociatedAtT&& value) { m_disassociatedAtHasBeenSet =
true; m_disassociatedAt = std::forward<DisassociatedAtT>(value); }
43 template<
typename DisassociatedAtT = Aws::String>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_disassociatedAtHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
DisassociateRoleFromGroupResult & WithDisassociatedAt(DisassociatedAtT &&value)
const Aws::String & GetDisassociatedAt() const
void SetDisassociatedAt(DisassociatedAtT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GREENGRASS_API DisassociateRoleFromGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GREENGRASS_API DisassociateRoleFromGroupResult()=default
DisassociateRoleFromGroupResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_GREENGRASS_API DisassociateRoleFromGroupResult(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