Beispiel #1
0
 public static CreateSnapshotResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateSnapshotResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateSnapshotResponse response = new CreateSnapshotResponse();

            context.Read();
            response.CreateSnapshotResult = CreateSnapshotResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }