Example #1
0
 public static DescribeSnapshotScheduleResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeSnapshotScheduleResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeSnapshotScheduleResponse response = new DescribeSnapshotScheduleResponse();

            context.Read();
            response.DescribeSnapshotScheduleResult = DescribeSnapshotScheduleResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }