/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the securityhub-2018-10-26.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.SecurityHub.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.SecurityHub.Model.Internal.MarshallTransformations
{
///
/// Response Unmarshaller for AwsEc2LaunchTemplateDataDetails Object
///
public class AwsEc2LaunchTemplateDataDetailsUnmarshaller : IUnmarshaller, IUnmarshaller
{
///
/// Unmarshaller the response from the service to the response class.
///
///
///
AwsEc2LaunchTemplateDataDetails IUnmarshaller.Unmarshall(XmlUnmarshallerContext context)
{
throw new NotImplementedException();
}
///
/// Unmarshaller the response from the service to the response class.
///
///
///
public AwsEc2LaunchTemplateDataDetails Unmarshall(JsonUnmarshallerContext context)
{
context.Read();
if (context.CurrentTokenType == JsonToken.Null)
return null;
AwsEc2LaunchTemplateDataDetails unmarshalledObject = new AwsEc2LaunchTemplateDataDetails();
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.TestExpression("BlockDeviceMappingSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetailsUnmarshaller.Instance);
unmarshalledObject.BlockDeviceMappingSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("CapacityReservationSpecification", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetailsUnmarshaller.Instance;
unmarshalledObject.CapacityReservationSpecification = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("CpuOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataCpuOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.CpuOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("CreditSpecification", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataCreditSpecificationDetailsUnmarshaller.Instance;
unmarshalledObject.CreditSpecification = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("DisableApiStop", targetDepth))
{
var unmarshaller = BoolUnmarshaller.Instance;
unmarshalledObject.DisableApiStop = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("DisableApiTermination", targetDepth))
{
var unmarshaller = BoolUnmarshaller.Instance;
unmarshalledObject.DisableApiTermination = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("EbsOptimized", targetDepth))
{
var unmarshaller = BoolUnmarshaller.Instance;
unmarshalledObject.EbsOptimized = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("ElasticGpuSpecificationSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetailsUnmarshaller.Instance);
unmarshalledObject.ElasticGpuSpecificationSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("ElasticInferenceAcceleratorSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetailsUnmarshaller.Instance);
unmarshalledObject.ElasticInferenceAcceleratorSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("EnclaveOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataEnclaveOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.EnclaveOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("HibernationOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataHibernationOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.HibernationOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("IamInstanceProfile", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataIamInstanceProfileDetailsUnmarshaller.Instance;
unmarshalledObject.IamInstanceProfile = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("ImageId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.ImageId = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("InstanceInitiatedShutdownBehavior", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.InstanceInitiatedShutdownBehavior = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("InstanceMarketOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataInstanceMarketOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.InstanceMarketOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("InstanceRequirements", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataInstanceRequirementsDetailsUnmarshaller.Instance;
unmarshalledObject.InstanceRequirements = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("InstanceType", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.InstanceType = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("KernelId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.KernelId = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("KeyName", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.KeyName = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("LicenseSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(AwsEc2LaunchTemplateDataLicenseSetDetailsUnmarshaller.Instance);
unmarshalledObject.LicenseSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("MaintenanceOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataMaintenanceOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.MaintenanceOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("MetadataOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataMetadataOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.MetadataOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Monitoring", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataMonitoringDetailsUnmarshaller.Instance;
unmarshalledObject.Monitoring = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("NetworkInterfaceSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(AwsEc2LaunchTemplateDataNetworkInterfaceSetDetailsUnmarshaller.Instance);
unmarshalledObject.NetworkInterfaceSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Placement", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataPlacementDetailsUnmarshaller.Instance;
unmarshalledObject.Placement = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("PrivateDnsNameOptions", targetDepth))
{
var unmarshaller = AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsUnmarshaller.Instance;
unmarshalledObject.PrivateDnsNameOptions = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("RamDiskId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.RamDiskId = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("SecurityGroupIdSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(StringUnmarshaller.Instance);
unmarshalledObject.SecurityGroupIdSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("SecurityGroupSet", targetDepth))
{
var unmarshaller = new ListUnmarshaller(StringUnmarshaller.Instance);
unmarshalledObject.SecurityGroupSet = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("UserData", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.UserData = unmarshaller.Unmarshall(context);
continue;
}
}
return unmarshalledObject;
}
private static AwsEc2LaunchTemplateDataDetailsUnmarshaller _instance = new AwsEc2LaunchTemplateDataDetailsUnmarshaller();
///
/// Gets the singleton.
///
public static AwsEc2LaunchTemplateDataDetailsUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}