public static CreateCachediSCSIVolumeResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateCachediSCSIVolumeResultUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse();

            context.Read();

            response.CreateCachediSCSIVolumeResult = CreateCachediSCSIVolumeResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }