7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/kinesisvideo/model/SyncStatus.h>
11#include <aws/kinesisvideo/model/EdgeConfig.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename StreamNameT = Aws::String>
44 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
45 template<
typename StreamNameT = Aws::String>
54 template<
typename StreamARNT = Aws::String>
55 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
56 template<
typename StreamARNT = Aws::String>
65 template<
typename CreationTimeT = Aws::Utils::DateTime>
66 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
67 template<
typename CreationTimeT = Aws::Utils::DateTime>
76 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
77 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
78 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
99 template<
typename FailedStatusDetailsT = Aws::String>
100 void SetFailedStatusDetails(FailedStatusDetailsT&& value) { m_failedStatusDetailsHasBeenSet =
true; m_failedStatusDetails = std::forward<FailedStatusDetailsT>(value); }
101 template<
typename FailedStatusDetailsT = Aws::String>
112 template<
typename EdgeConfigT = EdgeConfig>
113 void SetEdgeConfig(EdgeConfigT&& value) { m_edgeConfigHasBeenSet =
true; m_edgeConfig = std::forward<EdgeConfigT>(value); }
114 template<
typename EdgeConfigT = EdgeConfig>
121 template<
typename RequestIdT = Aws::String>
122 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
123 template<
typename RequestIdT = Aws::String>
129 bool m_streamNameHasBeenSet =
false;
132 bool m_streamARNHasBeenSet =
false;
135 bool m_creationTimeHasBeenSet =
false;
138 bool m_lastUpdatedTimeHasBeenSet =
false;
141 bool m_syncStatusHasBeenSet =
false;
144 bool m_failedStatusDetailsHasBeenSet =
false;
146 EdgeConfig m_edgeConfig;
147 bool m_edgeConfigHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
StartEdgeConfigurationUpdateResult & WithEdgeConfig(EdgeConfigT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
StartEdgeConfigurationUpdateResult & WithRequestId(RequestIdT &&value)
StartEdgeConfigurationUpdateResult & WithLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetFailedStatusDetails() const
AWS_KINESISVIDEO_API StartEdgeConfigurationUpdateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartEdgeConfigurationUpdateResult & WithSyncStatus(SyncStatus value)
void SetStreamARN(StreamARNT &&value)
const Aws::String & GetStreamName() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
StartEdgeConfigurationUpdateResult & WithStreamName(StreamNameT &&value)
SyncStatus GetSyncStatus() const
StartEdgeConfigurationUpdateResult & WithCreationTime(CreationTimeT &&value)
AWS_KINESISVIDEO_API StartEdgeConfigurationUpdateResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
StartEdgeConfigurationUpdateResult & WithFailedStatusDetails(FailedStatusDetailsT &&value)
const EdgeConfig & GetEdgeConfig() const
void SetCreationTime(CreationTimeT &&value)
AWS_KINESISVIDEO_API StartEdgeConfigurationUpdateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStreamName(StreamNameT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
StartEdgeConfigurationUpdateResult & WithStreamARN(StreamARNT &&value)
void SetSyncStatus(SyncStatus value)
const Aws::String & GetStreamARN() const
void SetFailedStatusDetails(FailedStatusDetailsT &&value)
void SetEdgeConfig(EdgeConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue