7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SourceArnT = Aws::String>
41 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
42 template<
typename SourceArnT = Aws::String>
51 template<
typename DestinationArnT = Aws::String>
52 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
53 template<
typename DestinationArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_sourceArnHasBeenSet =
false;
71 bool m_destinationArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API DeleteAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API DeleteAssociationResult()=default
void SetDestinationArn(DestinationArnT &&value)
const Aws::String & GetSourceArn() const
const Aws::String & GetDestinationArn() const
void SetSourceArn(SourceArnT &&value)
const Aws::String & GetRequestId() const
DeleteAssociationResult & WithSourceArn(SourceArnT &&value)
DeleteAssociationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DeleteAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAssociationResult & WithDestinationArn(DestinationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue