7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/ConnectionFunctionSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename ConnectionFunctionSummaryT = ConnectionFunctionSummary>
44 m_connectionFunctionSummaryHasBeenSet =
true;
45 m_connectionFunctionSummary = std::forward<ConnectionFunctionSummaryT>(value);
47 template <
typename ConnectionFunctionSummaryT = ConnectionFunctionSummary>
60 template <
typename ComputeUtilizationT = Aws::String>
62 m_computeUtilizationHasBeenSet =
true;
63 m_computeUtilization = std::forward<ComputeUtilizationT>(value);
65 template <
typename ComputeUtilizationT = Aws::String>
78 template <
typename ConnectionFunctionExecutionLogsT = Aws::Vector<Aws::String>>
80 m_connectionFunctionExecutionLogsHasBeenSet =
true;
81 m_connectionFunctionExecutionLogs = std::forward<ConnectionFunctionExecutionLogsT>(value);
83 template <
typename ConnectionFunctionExecutionLogsT = Aws::Vector<Aws::String>>
88 template <
typename ConnectionFunctionExecutionLogsT = Aws::String>
90 m_connectionFunctionExecutionLogsHasBeenSet =
true;
91 m_connectionFunctionExecutionLogs.emplace_back(std::forward<ConnectionFunctionExecutionLogsT>(value));
102 template <
typename ConnectionFunctionErrorMessageT = Aws::String>
104 m_connectionFunctionErrorMessageHasBeenSet =
true;
105 m_connectionFunctionErrorMessage = std::forward<ConnectionFunctionErrorMessageT>(value);
107 template <
typename ConnectionFunctionErrorMessageT = Aws::String>
120 template <
typename ConnectionFunctionOutputT = Aws::String>
122 m_connectionFunctionOutputHasBeenSet =
true;
123 m_connectionFunctionOutput = std::forward<ConnectionFunctionOutputT>(value);
125 template <
typename ConnectionFunctionOutputT = Aws::String>
141 bool m_connectionFunctionSummaryHasBeenSet =
false;
142 bool m_computeUtilizationHasBeenSet =
false;
143 bool m_connectionFunctionExecutionLogsHasBeenSet =
false;
144 bool m_connectionFunctionErrorMessageHasBeenSet =
false;
145 bool m_connectionFunctionOutputHasBeenSet =
false;
bool ConnectionFunctionExecutionLogsHasBeenSet() const
ConnectionFunctionTestResult & WithConnectionFunctionErrorMessage(ConnectionFunctionErrorMessageT &&value)
ConnectionFunctionTestResult & WithComputeUtilization(ComputeUtilizationT &&value)
AWS_CLOUDFRONT_API ConnectionFunctionTestResult(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetConnectionFunctionOutput(ConnectionFunctionOutputT &&value)
void SetComputeUtilization(ComputeUtilizationT &&value)
void SetConnectionFunctionErrorMessage(ConnectionFunctionErrorMessageT &&value)
void SetConnectionFunctionSummary(ConnectionFunctionSummaryT &&value)
bool ConnectionFunctionOutputHasBeenSet() const
const Aws::String & GetComputeUtilization() const
const Aws::String & GetConnectionFunctionErrorMessage() const
ConnectionFunctionTestResult & WithConnectionFunctionSummary(ConnectionFunctionSummaryT &&value)
ConnectionFunctionTestResult & AddConnectionFunctionExecutionLogs(ConnectionFunctionExecutionLogsT &&value)
AWS_CLOUDFRONT_API ConnectionFunctionTestResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ConnectionFunctionTestResult & WithConnectionFunctionOutput(ConnectionFunctionOutputT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_CLOUDFRONT_API ConnectionFunctionTestResult()=default
bool ConnectionFunctionErrorMessageHasBeenSet() const
const Aws::Vector< Aws::String > & GetConnectionFunctionExecutionLogs() const
bool ConnectionFunctionSummaryHasBeenSet() const
const ConnectionFunctionSummary & GetConnectionFunctionSummary() const
ConnectionFunctionTestResult & WithConnectionFunctionExecutionLogs(ConnectionFunctionExecutionLogsT &&value)
void SetConnectionFunctionExecutionLogs(ConnectionFunctionExecutionLogsT &&value)
const Aws::String & GetConnectionFunctionOutput() const
bool ComputeUtilizationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector