AWS SDK for C++

AWS SDK for C++ Version 1.11.684

Loading...
Searching...
No Matches
DeleteEphemerisResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace GroundStation {
22namespace Model {
24 public:
25 AWS_GROUNDSTATION_API DeleteEphemerisResult() = default;
28
30
33 inline const Aws::String& GetEphemerisId() const { return m_ephemerisId; }
34 template <typename EphemerisIdT = Aws::String>
35 void SetEphemerisId(EphemerisIdT&& value) {
36 m_ephemerisIdHasBeenSet = true;
37 m_ephemerisId = std::forward<EphemerisIdT>(value);
38 }
39 template <typename EphemerisIdT = Aws::String>
40 DeleteEphemerisResult& WithEphemerisId(EphemerisIdT&& value) {
41 SetEphemerisId(std::forward<EphemerisIdT>(value));
42 return *this;
43 }
45
47
48 inline const Aws::String& GetRequestId() const { return m_requestId; }
49 template <typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) {
51 m_requestIdHasBeenSet = true;
52 m_requestId = std::forward<RequestIdT>(value);
53 }
54 template <typename RequestIdT = Aws::String>
55 DeleteEphemerisResult& WithRequestId(RequestIdT&& value) {
56 SetRequestId(std::forward<RequestIdT>(value));
57 return *this;
58 }
60 private:
61 Aws::String m_ephemerisId;
62 bool m_ephemerisIdHasBeenSet = false;
63
64 Aws::String m_requestId;
65 bool m_requestIdHasBeenSet = false;
66};
67
68} // namespace Model
69} // namespace GroundStation
70} // namespace Aws
AWS_GROUNDSTATION_API DeleteEphemerisResult()=default
AWS_GROUNDSTATION_API DeleteEphemerisResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteEphemerisResult & WithEphemerisId(EphemerisIdT &&value)
DeleteEphemerisResult & WithRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API DeleteEphemerisResult & operator=(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