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
47 template<
typename DestinationT = Destination>
48 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
49 template<
typename DestinationT = Destination>
59 template<
typename ErrorMessageT = Aws::String>
60 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
61 template<
typename ErrorMessageT = Aws::String>
69 template<
typename SourceT = Source>
70 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
71 template<
typename SourceT = Source>
77 bool m_destinationHasBeenSet =
false;
80 bool m_errorMessageHasBeenSet =
false;
83 bool m_sourceHasBeenSet =
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