7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
10#include <aws/deadline/model/AssignedSessionAction.h>
11#include <aws/deadline/model/LogConfiguration.h>
43 template <
typename QueueIdT = Aws::String>
45 m_queueIdHasBeenSet =
true;
46 m_queueId = std::forward<QueueIdT>(value);
48 template <
typename QueueIdT = Aws::String>
61 template <
typename JobIdT = Aws::String>
63 m_jobIdHasBeenSet =
true;
64 m_jobId = std::forward<JobIdT>(value);
66 template <
typename JobIdT = Aws::String>
68 SetJobId(std::forward<JobIdT>(value));
79 template <
typename SessionActionsT = Aws::Vector<As
signedSessionAction>>
81 m_sessionActionsHasBeenSet =
true;
82 m_sessionActions = std::forward<SessionActionsT>(value);
84 template <
typename SessionActionsT = Aws::Vector<As
signedSessionAction>>
89 template <
typename SessionActionsT = As
signedSessionAction>
91 m_sessionActionsHasBeenSet =
true;
92 m_sessionActions.emplace_back(std::forward<SessionActionsT>(value));
103 template <
typename LogConfigurationT = LogConfiguration>
105 m_logConfigurationHasBeenSet =
true;
106 m_logConfiguration = std::forward<LogConfigurationT>(value);
108 template <
typename LogConfigurationT = LogConfiguration>
122 bool m_queueIdHasBeenSet =
false;
123 bool m_jobIdHasBeenSet =
false;
124 bool m_sessionActionsHasBeenSet =
false;
125 bool m_logConfigurationHasBeenSet =
false;
AssignedSession & AddSessionActions(SessionActionsT &&value)
const Aws::String & GetJobId() const
const LogConfiguration & GetLogConfiguration() const
bool SessionActionsHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogConfiguration(LogConfigurationT &&value)
bool LogConfigurationHasBeenSet() const
const Aws::String & GetQueueId() const
AssignedSession & WithQueueId(QueueIdT &&value)
void SetSessionActions(SessionActionsT &&value)
AWS_DEADLINE_API AssignedSession()=default
AssignedSession & WithJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
void SetQueueId(QueueIdT &&value)
AssignedSession & WithSessionActions(SessionActionsT &&value)
bool QueueIdHasBeenSet() const
AWS_DEADLINE_API AssignedSession(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
AssignedSession & WithLogConfiguration(LogConfigurationT &&value)
AWS_DEADLINE_API AssignedSession & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AssignedSessionAction > & GetSessionActions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue