7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/EphemerisErrorCode.h>
20namespace GroundStation {
46 m_errorCodeHasBeenSet =
true;
63 template <
typename ErrorMessageT = Aws::String>
65 m_errorMessageHasBeenSet =
true;
66 m_errorMessage = std::forward<ErrorMessageT>(value);
68 template <
typename ErrorMessageT = Aws::String>
78 bool m_errorCodeHasBeenSet =
false;
79 bool m_errorMessageHasBeenSet =
false;
EphemerisErrorReason & WithErrorMessage(ErrorMessageT &&value)
AWS_GROUNDSTATION_API EphemerisErrorReason()=default
void SetErrorMessage(ErrorMessageT &&value)
EphemerisErrorReason & WithErrorCode(EphemerisErrorCode value)
bool ErrorCodeHasBeenSet() const
AWS_GROUNDSTATION_API EphemerisErrorReason & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorMessageHasBeenSet() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetErrorMessage() const
AWS_GROUNDSTATION_API EphemerisErrorReason(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(EphemerisErrorCode value)
EphemerisErrorCode GetErrorCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue