7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/osis/model/ChangeProgressStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
55 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetPipelineChangeProgressResult & WithRequestId(Aws::String &&value)
const Aws::Vector< ChangeProgressStatus > & GetChangeProgressStatuses() const
GetPipelineChangeProgressResult & WithChangeProgressStatuses(Aws::Vector< ChangeProgressStatus > &&value)
AWS_OSIS_API GetPipelineChangeProgressResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPipelineChangeProgressResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
GetPipelineChangeProgressResult & WithRequestId(const Aws::String &value)
void SetChangeProgressStatuses(const Aws::Vector< ChangeProgressStatus > &value)
void SetRequestId(const Aws::String &value)
AWS_OSIS_API GetPipelineChangeProgressResult()
AWS_OSIS_API GetPipelineChangeProgressResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPipelineChangeProgressResult & AddChangeProgressStatuses(ChangeProgressStatus &&value)
GetPipelineChangeProgressResult & WithChangeProgressStatuses(const Aws::Vector< ChangeProgressStatus > &value)
void SetRequestId(const char *value)
void SetChangeProgressStatuses(Aws::Vector< ChangeProgressStatus > &&value)
GetPipelineChangeProgressResult & AddChangeProgressStatuses(const ChangeProgressStatus &value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue