7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/DestinationConfiguration.h>
9#include <aws/appfabric/model/IngestionDestinationStatus.h>
10#include <aws/appfabric/model/ProcessingConfiguration.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename IngestionArnT = Aws::String>
65 m_ingestionArnHasBeenSet =
true;
66 m_ingestionArn = std::forward<IngestionArnT>(value);
68 template <
typename IngestionArnT = Aws::String>
81 template <
typename ProcessingConfigurationT = ProcessingConfiguration>
83 m_processingConfigurationHasBeenSet =
true;
84 m_processingConfiguration = std::forward<ProcessingConfigurationT>(value);
86 template <
typename ProcessingConfigurationT = ProcessingConfiguration>
99 template <
typename DestinationConfigurationT = DestinationConfiguration>
101 m_destinationConfigurationHasBeenSet =
true;
102 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
104 template <
typename DestinationConfigurationT = DestinationConfiguration>
123 m_statusHasBeenSet =
true;
140 template <
typename StatusReasonT = Aws::String>
142 m_statusReasonHasBeenSet =
true;
143 m_statusReason = std::forward<StatusReasonT>(value);
145 template <
typename StatusReasonT = Aws::String>
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 template <
typename UpdatedAtT = Aws::Utils::DateTime>
178 m_updatedAtHasBeenSet =
true;
179 m_updatedAt = std::forward<UpdatedAtT>(value);
181 template <
typename UpdatedAtT = Aws::Utils::DateTime>
203 bool m_arnHasBeenSet =
false;
204 bool m_ingestionArnHasBeenSet =
false;
205 bool m_processingConfigurationHasBeenSet =
false;
206 bool m_destinationConfigurationHasBeenSet =
false;
207 bool m_statusHasBeenSet =
false;
208 bool m_statusReasonHasBeenSet =
false;
209 bool m_createdAtHasBeenSet =
false;
210 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