7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodeCatalyst {
35 template <
typename SubscriptionTypeT = Aws::String>
37 m_subscriptionTypeHasBeenSet =
true;
38 m_subscriptionType = std::forward<SubscriptionTypeT>(value);
40 template <
typename SubscriptionTypeT = Aws::String>
53 template <
typename AwsAccountNameT = Aws::String>
55 m_awsAccountNameHasBeenSet =
true;
56 m_awsAccountName = std::forward<AwsAccountNameT>(value);
58 template <
typename AwsAccountNameT = Aws::String>
74 template <
typename PendingSubscriptionTypeT = Aws::String>
76 m_pendingSubscriptionTypeHasBeenSet =
true;
77 m_pendingSubscriptionType = std::forward<PendingSubscriptionTypeT>(value);
79 template <
typename PendingSubscriptionTypeT = Aws::String>
93 template <
typename PendingSubscriptionStartTimeT = Aws::Utils::DateTime>
95 m_pendingSubscriptionStartTimeHasBeenSet =
true;
96 m_pendingSubscriptionStartTime = std::forward<PendingSubscriptionStartTimeT>(value);
98 template <
typename PendingSubscriptionStartTimeT = Aws::Utils::DateTime>
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
121 bool m_subscriptionTypeHasBeenSet =
false;
124 bool m_awsAccountNameHasBeenSet =
false;
127 bool m_pendingSubscriptionTypeHasBeenSet =
false;
130 bool m_pendingSubscriptionStartTimeHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetPendingSubscriptionStartTime() const
GetSubscriptionResult & WithPendingSubscriptionStartTime(PendingSubscriptionStartTimeT &&value)
AWS_CODECATALYST_API GetSubscriptionResult()=default
GetSubscriptionResult & WithAwsAccountName(AwsAccountNameT &&value)
void SetRequestId(RequestIdT &&value)
GetSubscriptionResult & WithSubscriptionType(SubscriptionTypeT &&value)
GetSubscriptionResult & WithRequestId(RequestIdT &&value)
AWS_CODECATALYST_API GetSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSubscriptionResult & WithPendingSubscriptionType(PendingSubscriptionTypeT &&value)
void SetPendingSubscriptionStartTime(PendingSubscriptionStartTimeT &&value)
AWS_CODECATALYST_API GetSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAwsAccountName(AwsAccountNameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetSubscriptionType() const
const Aws::String & GetPendingSubscriptionType() const
void SetPendingSubscriptionType(PendingSubscriptionTypeT &&value)
void SetSubscriptionType(SubscriptionTypeT &&value)
const Aws::String & GetAwsAccountName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue