7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace CloudDirectory
42 template<
typename AppliedSchemaArnT = Aws::String>
43 void SetAppliedSchemaArn(AppliedSchemaArnT&& value) { m_appliedSchemaArnHasBeenSet =
true; m_appliedSchemaArn = std::forward<AppliedSchemaArnT>(value); }
44 template<
typename AppliedSchemaArnT = Aws::String>
54 template<
typename DirectoryArnT = Aws::String>
55 void SetDirectoryArn(DirectoryArnT&& value) { m_directoryArnHasBeenSet =
true; m_directoryArn = std::forward<DirectoryArnT>(value); }
56 template<
typename DirectoryArnT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_appliedSchemaArnHasBeenSet =
false;
74 bool m_directoryArnHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetAppliedSchemaArn(AppliedSchemaArnT &&value)
ApplySchemaResult & WithAppliedSchemaArn(AppliedSchemaArnT &&value)
void SetDirectoryArn(DirectoryArnT &&value)
const Aws::String & GetDirectoryArn() const
AWS_CLOUDDIRECTORY_API ApplySchemaResult()=default
ApplySchemaResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
ApplySchemaResult & WithDirectoryArn(DirectoryArnT &&value)
AWS_CLOUDDIRECTORY_API ApplySchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAppliedSchemaArn() const
AWS_CLOUDDIRECTORY_API ApplySchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue