7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename SourceArnT = Aws::String>
36 m_sourceArnHasBeenSet =
true;
37 m_sourceArn = std::forward<SourceArnT>(value);
39 template <
typename SourceArnT = Aws::String>
51 template <
typename DestinationArnT = Aws::String>
53 m_destinationArnHasBeenSet =
true;
54 m_destinationArn = std::forward<DestinationArnT>(value);
56 template <
typename DestinationArnT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_sourceArnHasBeenSet =
false;
84 bool m_destinationArnHasBeenSet =
false;
85 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
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