7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename JobArnT = Aws::String>
43 m_jobArnHasBeenSet =
true;
44 m_jobArn = std::forward<JobArnT>(value);
46 template <
typename JobArnT = Aws::String>
61 m_earliestTimeAtPositionHasBeenSet =
true;
62 m_earliestTimeAtPosition = value;
72 long long m_earliestTimeAtPosition{0};
73 bool m_jobArnHasBeenSet =
false;
74 bool m_earliestTimeAtPositionHasBeenSet =
false;
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
FrontOfQueueJobSummary & WithEarliestTimeAtPosition(long long value)
AWS_BATCH_API FrontOfQueueJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobArn(JobArnT &&value)
void SetEarliestTimeAtPosition(long long value)
const Aws::String & GetJobArn() const
FrontOfQueueJobSummary & WithJobArn(JobArnT &&value)
AWS_BATCH_API FrontOfQueueJobSummary()=default
bool EarliestTimeAtPositionHasBeenSet() const
bool JobArnHasBeenSet() const
long long GetEarliestTimeAtPosition() const
AWS_BATCH_API FrontOfQueueJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue