7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kinesisanalyticsv2/model/ReferenceDataSourceDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace KinesisAnalyticsV2
42 template<
typename ApplicationARNT = Aws::String>
43 void SetApplicationARN(ApplicationARNT&& value) { m_applicationARNHasBeenSet =
true; m_applicationARN = std::forward<ApplicationARNT>(value); }
44 template<
typename ApplicationARNT = Aws::String>
54 inline void SetApplicationVersionId(
long long value) { m_applicationVersionIdHasBeenSet =
true; m_applicationVersionId = value; }
63 template<
typename ReferenceDataSourceDescriptionsT = Aws::Vector<ReferenceDataSourceDescription>>
64 void SetReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT&& value) { m_referenceDataSourceDescriptionsHasBeenSet =
true; m_referenceDataSourceDescriptions = std::forward<ReferenceDataSourceDescriptionsT>(value); }
65 template<
typename ReferenceDataSourceDescriptionsT = Aws::Vector<ReferenceDataSourceDescription>>
67 template<
typename ReferenceDataSourceDescriptionsT = ReferenceDataSourceDescription>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_applicationARNHasBeenSet =
false;
84 long long m_applicationVersionId{0};
85 bool m_applicationVersionIdHasBeenSet =
false;
88 bool m_referenceDataSourceDescriptionsHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
void SetReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT &&value)
AWS_KINESISANALYTICSV2_API AddApplicationReferenceDataSourceResult()=default
void SetApplicationARN(ApplicationARNT &&value)
const Aws::Vector< ReferenceDataSourceDescription > & GetReferenceDataSourceDescriptions() const
AddApplicationReferenceDataSourceResult & WithRequestId(RequestIdT &&value)
AddApplicationReferenceDataSourceResult & AddReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT &&value)
void SetApplicationVersionId(long long value)
AWS_KINESISANALYTICSV2_API AddApplicationReferenceDataSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
long long GetApplicationVersionId() const
AddApplicationReferenceDataSourceResult & WithApplicationVersionId(long long value)
AddApplicationReferenceDataSourceResult & WithApplicationARN(ApplicationARNT &&value)
AddApplicationReferenceDataSourceResult & WithReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT &&value)
AWS_KINESISANALYTICSV2_API AddApplicationReferenceDataSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetApplicationARN() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue