/** * 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::GlobalAccelerator::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; using namespace Aws; WithdrawByoipCidrResult::WithdrawByoipCidrResult() { } WithdrawByoipCidrResult::WithdrawByoipCidrResult(const Aws::AmazonWebServiceResult& result) { *this = result; } WithdrawByoipCidrResult& WithdrawByoipCidrResult::operator =(const Aws::AmazonWebServiceResult& result) { JsonView jsonValue = result.GetPayload().View(); if(jsonValue.ValueExists("ByoipCidr")) { m_byoipCidr = jsonValue.GetObject("ByoipCidr"); } return *this; }