7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/deadline/model/LogConfiguration.h>
11#include <aws/deadline/model/AssignedSessionAction.h>
49 template<
typename QueueIdT = Aws::String>
50 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
51 template<
typename QueueIdT = Aws::String>
61 template<
typename JobIdT = Aws::String>
62 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
63 template<
typename JobIdT = Aws::String>
73 template<
typename SessionActionsT = Aws::Vector<As
signedSessionAction>>
74 void SetSessionActions(SessionActionsT&& value) { m_sessionActionsHasBeenSet =
true; m_sessionActions = std::forward<SessionActionsT>(value); }
75 template<
typename SessionActionsT = Aws::Vector<As
signedSessionAction>>
77 template<
typename SessionActionsT = As
signedSessionAction>
78 AssignedSession&
AddSessionActions(SessionActionsT&& value) { m_sessionActionsHasBeenSet =
true; m_sessionActions.emplace_back(std::forward<SessionActionsT>(value));
return *
this; }
87 template<
typename LogConfigurationT = LogConfiguration>
88 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
89 template<
typename LogConfigurationT = LogConfiguration>
95 bool m_queueIdHasBeenSet =
false;
98 bool m_jobIdHasBeenSet =
false;
101 bool m_sessionActionsHasBeenSet =
false;
104 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