7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/vpc-lattice/model/ResourceGatewayStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
52 template<
typename IdT = Aws::String>
53 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
54 template<
typename IdT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_arnHasBeenSet =
false;
92 bool m_idHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_VPCLATTICE_API DeleteResourceGatewayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
ResourceGatewayStatus GetStatus() const
AWS_VPCLATTICE_API DeleteResourceGatewayResult()=default
const Aws::String & GetId() const
DeleteResourceGatewayResult & WithId(IdT &&value)
const Aws::String & GetName() const
DeleteResourceGatewayResult & WithStatus(ResourceGatewayStatus value)
DeleteResourceGatewayResult & WithRequestId(RequestIdT &&value)
void SetStatus(ResourceGatewayStatus value)
AWS_VPCLATTICE_API DeleteResourceGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteResourceGatewayResult & WithArn(ArnT &&value)
DeleteResourceGatewayResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue