7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appfabric/model/ProcessingConfiguration.h>
10#include <aws/appfabric/model/DestinationConfiguration.h>
11#include <aws/appfabric/model/IngestionDestinationStatus.h>
12#include <aws/core/utils/DateTime.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename IngestionArnT = Aws::String>
64 void SetIngestionArn(IngestionArnT&& value) { m_ingestionArnHasBeenSet =
true; m_ingestionArn = std::forward<IngestionArnT>(value); }
65 template<
typename IngestionArnT = Aws::String>
75 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
76 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
77 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
87 template<
typename DestinationConfigurationT = DestinationConfiguration>
88 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
89 template<
typename DestinationConfigurationT = DestinationConfiguration>
116 template<
typename StatusReasonT = Aws::String>
117 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
118 template<
typename StatusReasonT = Aws::String>
128 template<
typename CreatedAtT = Aws::Utils::DateTime>
129 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
130 template<
typename CreatedAtT = Aws::Utils::DateTime>
140 template<
typename UpdatedAtT = Aws::Utils::DateTime>
141 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
142 template<
typename UpdatedAtT = Aws::Utils::DateTime>
148 bool m_arnHasBeenSet =
false;
151 bool m_ingestionArnHasBeenSet =
false;
154 bool m_processingConfigurationHasBeenSet =
false;
157 bool m_destinationConfigurationHasBeenSet =
false;
160 bool m_statusHasBeenSet =
false;
163 bool m_statusReasonHasBeenSet =
false;
166 bool m_createdAtHasBeenSet =
false;
169 bool m_updatedAtHasBeenSet =
false;
const DestinationConfiguration & GetDestinationConfiguration() const
void SetIngestionArn(IngestionArnT &&value)
void SetArn(ArnT &&value)
bool UpdatedAtHasBeenSet() const
IngestionDestination & WithDestinationConfiguration(DestinationConfigurationT &&value)
AWS_APPFABRIC_API IngestionDestination()=default
AWS_APPFABRIC_API IngestionDestination(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetStatusReason() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetArn() const
AWS_APPFABRIC_API IngestionDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusReasonHasBeenSet() const
const Aws::String & GetIngestionArn() const
IngestionDestination & WithProcessingConfiguration(ProcessingConfigurationT &&value)
bool CreatedAtHasBeenSet() const
IngestionDestination & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool ArnHasBeenSet() const
IngestionDestinationStatus GetStatus() const
void SetStatusReason(StatusReasonT &&value)
void SetStatus(IngestionDestinationStatus value)
bool IngestionArnHasBeenSet() const
const ProcessingConfiguration & GetProcessingConfiguration() const
IngestionDestination & WithStatus(IngestionDestinationStatus value)
IngestionDestination & WithUpdatedAt(UpdatedAtT &&value)
bool ProcessingConfigurationHasBeenSet() const
bool DestinationConfigurationHasBeenSet() const
IngestionDestination & WithStatusReason(StatusReasonT &&value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
IngestionDestination & WithIngestionArn(IngestionArnT &&value)
void SetDestinationConfiguration(DestinationConfigurationT &&value)
IngestionDestination & WithArn(ArnT &&value)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
IngestionDestinationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue