7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/vpc-lattice/model/ServiceStatus.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>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_arnHasBeenSet =
false;
94 bool m_idHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
100 bool m_statusHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
void SetStatus(ServiceStatus value)
const Aws::String & GetId() const
ServiceStatus GetStatus() const
void SetName(NameT &&value)
AWS_VPCLATTICE_API DeleteServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
DeleteServiceResult & WithName(NameT &&value)
DeleteServiceResult & WithRequestId(RequestIdT &&value)
AWS_VPCLATTICE_API DeleteServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteServiceResult & WithId(IdT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
DeleteServiceResult & WithStatus(ServiceStatus value)
DeleteServiceResult & WithArn(ArnT &&value)
AWS_VPCLATTICE_API DeleteServiceResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue