7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace WellArchitected
47 template<
typename JiraIssueUrlT = Aws::String>
48 void SetJiraIssueUrl(JiraIssueUrlT&& value) { m_jiraIssueUrlHasBeenSet =
true; m_jiraIssueUrl = std::forward<JiraIssueUrlT>(value); }
49 template<
typename JiraIssueUrlT = Aws::String>
57 template<
typename LastSyncedTimeT = Aws::Utils::DateTime>
58 void SetLastSyncedTime(LastSyncedTimeT&& value) { m_lastSyncedTimeHasBeenSet =
true; m_lastSyncedTime = std::forward<LastSyncedTimeT>(value); }
59 template<
typename LastSyncedTimeT = Aws::Utils::DateTime>
65 bool m_jiraIssueUrlHasBeenSet =
false;
68 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