7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/Destination.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/Source.h>
23namespace GroundStation
61 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
71 inline void SetSource(
const Source& value) { m_sourceHasBeenSet =
true; m_source = value; }
72 inline void SetSource(
Source&& value) { m_sourceHasBeenSet =
true; m_source = std::move(value); }
79 bool m_destinationHasBeenSet =
false;
82 bool m_errorMessageHasBeenSet =
false;
85 bool m_sourceHasBeenSet =
false;
void SetErrorMessage(Aws::String &&value)
const Aws::String & GetErrorMessage() const
bool DestinationHasBeenSet() const
void SetDestination(const Destination &value)
AWS_GROUNDSTATION_API DataflowDetail(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
DataflowDetail & WithSource(const Source &value)
const Destination & GetDestination() const
AWS_GROUNDSTATION_API DataflowDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDestination(Destination &&value)
DataflowDetail & WithDestination(const Destination &value)
void SetErrorMessage(const char *value)
DataflowDetail & WithErrorMessage(const Aws::String &value)
AWS_GROUNDSTATION_API DataflowDetail()
DataflowDetail & WithDestination(Destination &&value)
void SetSource(Source &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
DataflowDetail & WithErrorMessage(const char *value)
void SetSource(const Source &value)
void SetErrorMessage(const Aws::String &value)
DataflowDetail & WithErrorMessage(Aws::String &&value)
const Source & GetSource() const
bool ErrorMessageHasBeenSet() const
DataflowDetail & WithSource(Source &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue