7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
45 AWS_SNOWBALL_API
JobLogs(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
46 AWS_SNOWBALL_API
JobLogs&
operator=(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
47 AWS_SNOWBALL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
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>
111 bool m_jobCompletionReportURIHasBeenSet =
false;
112 bool m_jobSuccessLogURIHasBeenSet =
false;
113 bool m_jobFailureLogURIHasBeenSet =
false;
AWS_SNOWBALL_API JobLogs()=default
bool JobSuccessLogURIHasBeenSet() const
const Aws::String & GetJobSuccessLogURI() const
void SetJobSuccessLogURI(JobSuccessLogURIT &&value)
AWS_SNOWBALL_API JobLogs(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
JobLogs & WithJobFailureLogURI(JobFailureLogURIT &&value)
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
const Aws::String & GetJobFailureLogURI() const
JobLogs & WithJobCompletionReportURI(JobCompletionReportURIT &&value)
JobLogs & WithJobSuccessLogURI(JobSuccessLogURIT &&value)
AWS_SNOWBALL_API JobLogs & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool JobFailureLogURIHasBeenSet() const
void SetJobCompletionReportURI(JobCompletionReportURIT &&value)
const Aws::String & GetJobCompletionReportURI() const
void SetJobFailureLogURI(JobFailureLogURIT &&value)
bool JobCompletionReportURIHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String