& result);
/**
* Information about the package PackageDetails
.
*/
inline const PackageDetails& GetPackageDetails() const{ return m_packageDetails; }
/**
* Information about the package PackageDetails
.
*/
inline void SetPackageDetails(const PackageDetails& value) { m_packageDetails = value; }
/**
* Information about the package PackageDetails
.
*/
inline void SetPackageDetails(PackageDetails&& value) { m_packageDetails = std::move(value); }
/**
* Information about the package PackageDetails
.
*/
inline CreatePackageResult& WithPackageDetails(const PackageDetails& value) { SetPackageDetails(value); return *this;}
/**
* Information about the package PackageDetails
.
*/
inline CreatePackageResult& WithPackageDetails(PackageDetails&& value) { SetPackageDetails(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 CreatePackageResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline CreatePackageResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline CreatePackageResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
PackageDetails m_packageDetails;
Aws::String m_requestId;
};
} // namespace Model
} // namespace ElasticsearchService
} // namespace Aws