7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
20namespace WellArchitected {
41 template <
typename JiraIssueUrlT = Aws::String>
43 m_jiraIssueUrlHasBeenSet =
true;
44 m_jiraIssueUrl = std::forward<JiraIssueUrlT>(value);
46 template <
typename JiraIssueUrlT = Aws::String>
57 template <
typename LastSyncedTimeT = Aws::Utils::DateTime>
59 m_lastSyncedTimeHasBeenSet =
true;
60 m_lastSyncedTime = std::forward<LastSyncedTimeT>(value);
62 template <
typename LastSyncedTimeT = Aws::Utils::DateTime>
72 bool m_jiraIssueUrlHasBeenSet =
false;
73 bool m_lastSyncedTimeHasBeenSet =
false;
void SetJiraIssueUrl(JiraIssueUrlT &&value)
AWS_WELLARCHITECTED_API JiraConfiguration()=default
void SetLastSyncedTime(LastSyncedTimeT &&value)
AWS_WELLARCHITECTED_API JiraConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastSyncedTime() const
const Aws::String & GetJiraIssueUrl() const
AWS_WELLARCHITECTED_API JiraConfiguration(Aws::Utils::Json::JsonView jsonValue)
JiraConfiguration & WithJiraIssueUrl(JiraIssueUrlT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool JiraIssueUrlHasBeenSet() const
JiraConfiguration & WithLastSyncedTime(LastSyncedTimeT &&value)
bool LastSyncedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue