This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-iotanalytics/source/model/ServiceManagedDatastoreS3StorageSummary.cpp

46 lines
956 B
C++
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/iotanalytics/model/ServiceManagedDatastoreS3StorageSummary.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
namespace IoTAnalytics
{
namespace Model
{
ServiceManagedDatastoreS3StorageSummary::ServiceManagedDatastoreS3StorageSummary()
{
}
ServiceManagedDatastoreS3StorageSummary::ServiceManagedDatastoreS3StorageSummary(JsonView jsonValue)
{
*this = jsonValue;
}
ServiceManagedDatastoreS3StorageSummary& ServiceManagedDatastoreS3StorageSummary::operator =(JsonView jsonValue)
{
AWS_UNREFERENCED_PARAM(jsonValue);
return *this;
}
JsonValue ServiceManagedDatastoreS3StorageSummary::Jsonize() const
{
JsonValue payload;
return payload;
}
} // namespace Model
} // namespace IoTAnalytics
} // namespace Aws