/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include #include #include #include using namespace Aws::CloudDirectory::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; using namespace Aws; GetAppliedSchemaVersionResult::GetAppliedSchemaVersionResult() { } GetAppliedSchemaVersionResult::GetAppliedSchemaVersionResult(const Aws::AmazonWebServiceResult& result) { *this = result; } GetAppliedSchemaVersionResult& GetAppliedSchemaVersionResult::operator =(const Aws::AmazonWebServiceResult& result) { JsonView jsonValue = result.GetPayload().View(); if(jsonValue.ValueExists("AppliedSchemaArn")) { m_appliedSchemaArn = jsonValue.GetString("AppliedSchemaArn"); } return *this; }