7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
56 template <
typename JobCompletionReportURIT = Aws::String>
58 m_jobCompletionReportURIHasBeenSet =
true;
59 m_jobCompletionReportURI = std::forward<JobCompletionReportURIT>(value);
61 template <
typename JobCompletionReportURIT = Aws::String>
75 template <
typename JobSuccessLogURIT = Aws::String>
77 m_jobSuccessLogURIHasBeenSet =
true;
78 m_jobSuccessLogURI = std::forward<JobSuccessLogURIT>(value);
80 template <
typename JobSuccessLogURIT = Aws::String>
94 template <
typename JobFailureLogURIT = Aws::String>
96 m_jobFailureLogURIHasBeenSet =
true;
97 m_jobFailureLogURI = std::forward<JobFailureLogURIT>(value);
99 template <
typename JobFailureLogURIT = Aws::String>
107 bool m_jobCompletionReportURIHasBeenSet =
false;
110 bool m_jobSuccessLogURIHasBeenSet =
false;
113 bool m_jobFailureLogURIHasBeenSet =
false;
AWS_SNOWBALL_API JobLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SNOWBALL_API JobLogs()=default
bool JobSuccessLogURIHasBeenSet() const
const Aws::String & GetJobSuccessLogURI() const
void SetJobSuccessLogURI(JobSuccessLogURIT &&value)
JobLogs & WithJobFailureLogURI(JobFailureLogURIT &&value)
AWS_SNOWBALL_API JobLogs(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobFailureLogURI() const
JobLogs & WithJobCompletionReportURI(JobCompletionReportURIT &&value)
JobLogs & WithJobSuccessLogURI(JobSuccessLogURIT &&value)
bool JobFailureLogURIHasBeenSet() const
void SetJobCompletionReportURI(JobCompletionReportURIT &&value)
const Aws::String & GetJobCompletionReportURI() const
void SetJobFailureLogURI(JobFailureLogURIT &&value)
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobCompletionReportURIHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue