7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace GroundStation {
39 template <
typename MissionProfileIdT = Aws::String>
41 m_missionProfileIdHasBeenSet =
true;
42 m_missionProfileId = std::forward<MissionProfileIdT>(value);
44 template <
typename MissionProfileIdT = Aws::String>
54 template <
typename RequestIdT = Aws::String>
56 m_requestIdHasBeenSet =
true;
57 m_requestId = std::forward<RequestIdT>(value);
59 template <
typename RequestIdT = Aws::String>
67 bool m_missionProfileIdHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_GROUNDSTATION_API DeleteMissionProfileResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API DeleteMissionProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMissionProfileId(MissionProfileIdT &&value)
const Aws::String & GetMissionProfileId() const
DeleteMissionProfileResult & WithRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API DeleteMissionProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteMissionProfileResult & WithMissionProfileId(MissionProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue