7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/SourceApiAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SourceApiAssociationT = SourceApiAssociation>
42 void SetSourceApiAssociation(SourceApiAssociationT&& value) { m_sourceApiAssociationHasBeenSet =
true; m_sourceApiAssociation = std::forward<SourceApiAssociationT>(value); }
43 template<
typename SourceApiAssociationT = SourceApiAssociation>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_sourceApiAssociationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_APPSYNC_API UpdateSourceApiAssociationResult()=default
const Aws::String & GetRequestId() const
void SetSourceApiAssociation(SourceApiAssociationT &&value)
UpdateSourceApiAssociationResult & WithRequestId(RequestIdT &&value)
AWS_APPSYNC_API UpdateSourceApiAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSYNC_API UpdateSourceApiAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSourceApiAssociationResult & WithSourceApiAssociation(SourceApiAssociationT &&value)
void SetRequestId(RequestIdT &&value)
const SourceApiAssociation & GetSourceApiAssociation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue