7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SourceArnT = Aws::String>
37 m_sourceArnHasBeenSet =
true;
38 m_sourceArn = std::forward<SourceArnT>(value);
40 template <
typename SourceArnT = Aws::String>
52 template <
typename DestinationArnT = Aws::String>
54 m_destinationArnHasBeenSet =
true;
55 m_destinationArn = std::forward<DestinationArnT>(value);
57 template <
typename DestinationArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_sourceArnHasBeenSet =
false;
88 bool m_destinationArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API AddAssociationResult()=default
AWS_SAGEMAKER_API AddAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSourceArn(SourceArnT &&value)
const Aws::String & GetSourceArn() const
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API AddAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AddAssociationResult & WithSourceArn(SourceArnT &&value)
void SetDestinationArn(DestinationArnT &&value)
const Aws::String & GetDestinationArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AddAssociationResult & WithRequestId(RequestIdT &&value)
AddAssociationResult & WithDestinationArn(DestinationArnT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue