7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename LocationT = Aws::String>
47 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
48 template<
typename LocationT = Aws::String>
57 template<
typename JobIdT = Aws::String>
58 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
59 template<
typename JobIdT = Aws::String>
68 template<
typename JobOutputPathT = Aws::String>
69 void SetJobOutputPath(JobOutputPathT&& value) { m_jobOutputPathHasBeenSet =
true; m_jobOutputPath = std::forward<JobOutputPathT>(value); }
70 template<
typename JobOutputPathT = Aws::String>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_locationHasBeenSet =
false;
88 bool m_jobIdHasBeenSet =
false;
91 bool m_jobOutputPathHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
void SetJobOutputPath(JobOutputPathT &&value)
void SetJobId(JobIdT &&value)
void SetLocation(LocationT &&value)
InitiateJobResult & WithJobOutputPath(JobOutputPathT &&value)
InitiateJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetLocation() const
const Aws::String & GetRequestId() const
AWS_GLACIER_API InitiateJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
InitiateJobResult & WithLocation(LocationT &&value)
AWS_GLACIER_API InitiateJobResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobOutputPath() const
InitiateJobResult & WithJobId(JobIdT &&value)
AWS_GLACIER_API InitiateJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue