& result);
/**
* Progress information for the configuration change that is requested in the
* DescribeDomainChangeProgress
request.
*/
inline const ChangeProgressStatusDetails& GetChangeProgressStatus() const{ return m_changeProgressStatus; }
/**
* Progress information for the configuration change that is requested in the
* DescribeDomainChangeProgress
request.
*/
inline void SetChangeProgressStatus(const ChangeProgressStatusDetails& value) { m_changeProgressStatus = value; }
/**
* Progress information for the configuration change that is requested in the
* DescribeDomainChangeProgress
request.
*/
inline void SetChangeProgressStatus(ChangeProgressStatusDetails&& value) { m_changeProgressStatus = std::move(value); }
/**
* Progress information for the configuration change that is requested in the
* DescribeDomainChangeProgress
request.
*/
inline DescribeDomainChangeProgressResult& WithChangeProgressStatus(const ChangeProgressStatusDetails& value) { SetChangeProgressStatus(value); return *this;}
/**
* Progress information for the configuration change that is requested in the
* DescribeDomainChangeProgress
request.
*/
inline DescribeDomainChangeProgressResult& WithChangeProgressStatus(ChangeProgressStatusDetails&& value) { SetChangeProgressStatus(std::move(value)); return *this;}
inline const Aws::String& GetRequestId() const{ return m_requestId; }
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
inline DescribeDomainChangeProgressResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline DescribeDomainChangeProgressResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline DescribeDomainChangeProgressResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
ChangeProgressStatusDetails m_changeProgressStatus;
Aws::String m_requestId;
};
} // namespace Model
} // namespace ElasticsearchService
} // namespace Aws