7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/Destination.h>
10#include <aws/groundstation/model/Source.h>
21namespace GroundStation {
41 template <
typename SourceT = Source>
43 m_sourceHasBeenSet =
true;
44 m_source = std::forward<SourceT>(value);
46 template <
typename SourceT = Source>
57 template <
typename DestinationT = Destination>
59 m_destinationHasBeenSet =
true;
60 m_destination = std::forward<DestinationT>(value);
62 template <
typename DestinationT = Destination>
75 template <
typename ErrorMessageT = Aws::String>
77 m_errorMessageHasBeenSet =
true;
78 m_errorMessage = std::forward<ErrorMessageT>(value);
80 template <
typename ErrorMessageT = Aws::String>
88 bool m_sourceHasBeenSet =
false;
91 bool m_destinationHasBeenSet =
false;
94 bool m_errorMessageHasBeenSet =
false;
const Aws::String & GetErrorMessage() const
bool DestinationHasBeenSet() const
AWS_GROUNDSTATION_API DataflowDetail(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
const Destination & GetDestination() const
AWS_GROUNDSTATION_API DataflowDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
DataflowDetail & WithSource(SourceT &&value)
void SetSource(SourceT &&value)
DataflowDetail & WithErrorMessage(ErrorMessageT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDestination(DestinationT &&value)
AWS_GROUNDSTATION_API DataflowDetail()=default
DataflowDetail & WithDestination(DestinationT &&value)
void SetErrorMessage(ErrorMessageT &&value)
const Source & GetSource() const
bool ErrorMessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue