7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AdvancedPromptOptimizationJobStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename JobArnT = Aws::String>
45 m_jobArnHasBeenSet =
true;
46 m_jobArn = std::forward<JobArnT>(value);
48 template <
typename JobArnT = Aws::String>
61 template <
typename JobNameT = Aws::String>
63 m_jobNameHasBeenSet =
true;
64 m_jobName = std::forward<JobNameT>(value);
66 template <
typename JobNameT = Aws::String>
80 m_jobStatusHasBeenSet =
true;
95 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 m_creationTimeHasBeenSet =
true;
98 m_creationTime = std::forward<CreationTimeT>(value);
100 template <
typename CreationTimeT = Aws::Utils::DateTime>
113 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 m_lastModifiedTimeHasBeenSet =
true;
116 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
118 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 bool m_jobArnHasBeenSet =
false;
135 bool m_jobNameHasBeenSet =
false;
136 bool m_jobStatusHasBeenSet =
false;
137 bool m_creationTimeHasBeenSet =
false;
138 bool m_lastModifiedTimeHasBeenSet =
false;
void SetCreationTime(CreationTimeT &&value)
AWS_BEDROCK_API AdvancedPromptOptimizationJobSummary()=default
bool CreationTimeHasBeenSet() const
AdvancedPromptOptimizationJobSummary & WithJobStatus(AdvancedPromptOptimizationJobStatus value)
AdvancedPromptOptimizationJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetJobName(JobNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool JobStatusHasBeenSet() const
AdvancedPromptOptimizationJobStatus GetJobStatus() const
AdvancedPromptOptimizationJobSummary & WithJobName(JobNameT &&value)
const Aws::String & GetJobArn() const
AWS_BEDROCK_API AdvancedPromptOptimizationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
void SetJobArn(JobArnT &&value)
bool LastModifiedTimeHasBeenSet() const
AdvancedPromptOptimizationJobSummary & WithJobArn(JobArnT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetJobName() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetJobStatus(AdvancedPromptOptimizationJobStatus value)
bool JobNameHasBeenSet() const
AWS_BEDROCK_API AdvancedPromptOptimizationJobSummary(Aws::Utils::Json::JsonView jsonValue)
bool JobArnHasBeenSet() const
AdvancedPromptOptimizationJobSummary & WithCreationTime(CreationTimeT &&value)
AdvancedPromptOptimizationJobStatus
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue