7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
10#include <aws/resiliencehubv2/model/DependencyDiscoveryStatus.h>
21namespace resiliencehubv2 {
44 m_statusHasBeenSet =
true;
59 template <
typename UpdatedAtT = Aws::Utils::DateTime>
61 m_updatedAtHasBeenSet =
true;
62 m_updatedAt = std::forward<UpdatedAtT>(value);
64 template <
typename UpdatedAtT = Aws::Utils::DateTime>
78 m_eligibleResourceCountHasBeenSet =
true;
79 m_eligibleResourceCount = value;
94 template <
typename MessageT = Aws::String>
96 m_messageHasBeenSet =
true;
97 m_message = std::forward<MessageT>(value);
99 template <
typename MessageT = Aws::String>
110 int m_eligibleResourceCount{0};
113 bool m_statusHasBeenSet =
false;
114 bool m_updatedAtHasBeenSet =
false;
115 bool m_eligibleResourceCountHasBeenSet =
false;
116 bool m_messageHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
void SetEligibleResourceCount(int value)
bool MessageHasBeenSet() const
DependencyDiscoveryStatus GetStatus() const
DependencyDiscoveryConfig & WithMessage(MessageT &&value)
bool EligibleResourceCountHasBeenSet() const
AWS_RESILIENCEHUBV2_API DependencyDiscoveryConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetEligibleResourceCount() const
DependencyDiscoveryConfig & WithUpdatedAt(UpdatedAtT &&value)
void SetStatus(DependencyDiscoveryStatus value)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_RESILIENCEHUBV2_API DependencyDiscoveryConfig(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
DependencyDiscoveryConfig & WithStatus(DependencyDiscoveryStatus value)
DependencyDiscoveryConfig & WithEligibleResourceCount(int value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
AWS_RESILIENCEHUBV2_API DependencyDiscoveryConfig()=default
DependencyDiscoveryStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue