7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CustomerProfiles {
34 template <
typename DomainNameT = Aws::String>
36 m_domainNameHasBeenSet =
true;
37 m_domainName = std::forward<DomainNameT>(value);
39 template <
typename DomainNameT = Aws::String>
53 template <
typename EstimateIdT = Aws::String>
55 m_estimateIdHasBeenSet =
true;
56 m_estimateId = std::forward<EstimateIdT>(value);
58 template <
typename EstimateIdT = Aws::String>
71 m_statusCodeHasBeenSet =
true;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_domainNameHasBeenSet =
false;
103 bool m_estimateIdHasBeenSet =
false;
104 bool m_statusCodeHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
CreateSegmentEstimateResult & WithStatusCode(int value)
CreateSegmentEstimateResult & WithEstimateId(EstimateIdT &&value)
const Aws::String & GetEstimateId() const
AWS_CUSTOMERPROFILES_API CreateSegmentEstimateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateSegmentEstimateResult & WithRequestId(RequestIdT &&value)
CreateSegmentEstimateResult & WithDomainName(DomainNameT &&value)
void SetStatusCode(int value)
int GetStatusCode() const
const Aws::String & GetDomainName() const
void SetEstimateId(EstimateIdT &&value)
AWS_CUSTOMERPROFILES_API CreateSegmentEstimateResult()=default
void SetDomainName(DomainNameT &&value)
AWS_CUSTOMERPROFILES_API CreateSegmentEstimateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue