7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 template <
typename DisassociatedAtT = Aws::String>
37 m_disassociatedAtHasBeenSet =
true;
38 m_disassociatedAt = std::forward<DisassociatedAtT>(value);
40 template <
typename DisassociatedAtT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
63 bool m_disassociatedAtHasBeenSet =
false;
66 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