7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/ScheduleConfiguration.h>
12#include <aws/customer-profiles/model/SegmentSubscriptionStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace CustomerProfiles {
44 m_statusHasBeenSet =
true;
58 template <
typename ScheduleConfigurationT = ScheduleConfiguration>
60 m_scheduleConfigurationHasBeenSet =
true;
61 m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value);
63 template <
typename ScheduleConfigurationT = ScheduleConfiguration>
75 template <
typename StartedAtT = Aws::Utils::DateTime>
77 m_startedAtHasBeenSet =
true;
78 m_startedAt = std::forward<StartedAtT>(value);
80 template <
typename StartedAtT = Aws::Utils::DateTime>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
106 ScheduleConfiguration m_scheduleConfiguration;
112 bool m_statusHasBeenSet =
false;
113 bool m_scheduleConfigurationHasBeenSet =
false;
114 bool m_startedAtHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartedAt() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
PutSegmentSubscriptionResult & WithScheduleConfiguration(ScheduleConfigurationT &&value)
PutSegmentSubscriptionResult & WithRequestId(RequestIdT &&value)
SegmentSubscriptionStatus GetStatus() const
PutSegmentSubscriptionResult & WithStartedAt(StartedAtT &&value)
const ScheduleConfiguration & GetScheduleConfiguration() const
void SetStartedAt(StartedAtT &&value)
void SetRequestId(RequestIdT &&value)
void SetStatus(SegmentSubscriptionStatus value)
AWS_CUSTOMERPROFILES_API PutSegmentSubscriptionResult()=default
void SetScheduleConfiguration(ScheduleConfigurationT &&value)
const Aws::String & GetRequestId() const
AWS_CUSTOMERPROFILES_API PutSegmentSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutSegmentSubscriptionResult & WithStatus(SegmentSubscriptionStatus value)
AWS_CUSTOMERPROFILES_API PutSegmentSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SegmentSubscriptionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue