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>
12#include <aws/kinesisvideo/model/EdgeAgentStatus.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename StreamNameT = Aws::String>
45 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
46 template<
typename StreamNameT = Aws::String>
55 template<
typename StreamARNT = Aws::String>
56 void SetStreamARN(StreamARNT&& value) { m_streamARNHasBeenSet =
true; m_streamARN = std::forward<StreamARNT>(value); }
57 template<
typename StreamARNT = Aws::String>
66 template<
typename CreationTimeT = Aws::Utils::DateTime>
67 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
68 template<
typename CreationTimeT = Aws::Utils::DateTime>
77 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
78 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
79 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
97 template<
typename FailedStatusDetailsT = Aws::String>
98 void SetFailedStatusDetails(FailedStatusDetailsT&& value) { m_failedStatusDetailsHasBeenSet =
true; m_failedStatusDetails = std::forward<FailedStatusDetailsT>(value); }
99 template<
typename FailedStatusDetailsT = Aws::String>
110 template<
typename EdgeConfigT = EdgeConfig>
111 void SetEdgeConfig(EdgeConfigT&& value) { m_edgeConfigHasBeenSet =
true; m_edgeConfig = std::forward<EdgeConfigT>(value); }
112 template<
typename EdgeConfigT = EdgeConfig>
123 template<
typename EdgeAgentStatusT = EdgeAgentStatus>
124 void SetEdgeAgentStatus(EdgeAgentStatusT&& value) { m_edgeAgentStatusHasBeenSet =
true; m_edgeAgentStatus = std::forward<EdgeAgentStatusT>(value); }
125 template<
typename EdgeAgentStatusT = EdgeAgentStatus>
132 template<
typename RequestIdT = Aws::String>
133 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
134 template<
typename RequestIdT = Aws::String>
140 bool m_streamNameHasBeenSet =
false;
143 bool m_streamARNHasBeenSet =
false;
146 bool m_creationTimeHasBeenSet =
false;
149 bool m_lastUpdatedTimeHasBeenSet =
false;
152 bool m_syncStatusHasBeenSet =
false;
155 bool m_failedStatusDetailsHasBeenSet =
false;
157 EdgeConfig m_edgeConfig;
158 bool m_edgeConfigHasBeenSet =
false;
160 EdgeAgentStatus m_edgeAgentStatus;
161 bool m_edgeAgentStatusHasBeenSet =
false;
164 bool m_requestIdHasBeenSet =
false;
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
DescribeEdgeConfigurationResult & WithEdgeAgentStatus(EdgeAgentStatusT &&value)
DescribeEdgeConfigurationResult & WithSyncStatus(SyncStatus value)
DescribeEdgeConfigurationResult & WithCreationTime(CreationTimeT &&value)
void SetStreamARN(StreamARNT &&value)
const EdgeAgentStatus & GetEdgeAgentStatus() const
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetSyncStatus(SyncStatus value)
void SetCreationTime(CreationTimeT &&value)
DescribeEdgeConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
DescribeEdgeConfigurationResult & WithLastUpdatedTime(LastUpdatedTimeT &&value)
SyncStatus GetSyncStatus() const
const Aws::String & GetRequestId() const
void SetEdgeAgentStatus(EdgeAgentStatusT &&value)
const Aws::String & GetFailedStatusDetails() const
const EdgeConfig & GetEdgeConfig() const
const Aws::String & GetStreamName() const
AWS_KINESISVIDEO_API DescribeEdgeConfigurationResult()=default
void SetFailedStatusDetails(FailedStatusDetailsT &&value)
DescribeEdgeConfigurationResult & WithFailedStatusDetails(FailedStatusDetailsT &&value)
DescribeEdgeConfigurationResult & WithStreamARN(StreamARNT &&value)
AWS_KINESISVIDEO_API DescribeEdgeConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESISVIDEO_API DescribeEdgeConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEdgeConfigurationResult & WithStreamName(StreamNameT &&value)
DescribeEdgeConfigurationResult & WithEdgeConfig(EdgeConfigT &&value)
void SetEdgeConfig(EdgeConfigT &&value)
void SetStreamName(StreamNameT &&value)
const Aws::String & GetStreamARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue